Searched refs:idle_quit_loop_cb (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/gtk/tests/
H A Dtestwebview.c74 static void idle_quit_loop_cb(WebKitWebView* web_view, GParamSpec* pspec, gpointer data) function
117 "signal::notify::progress", idle_quit_loop_cb, NULL, local
158 g_signal_connect(view, "notify::progress", G_CALLBACK (idle_quit_loop_cb), NULL);
222 "signal::notify::progress", idle_quit_loop_cb, NULL, local
H A Dtestmimehandling.c93 static void idle_quit_loop_cb(WebKitWebView* web_view, GParamSpec* pspec, gpointer data) function
146 "signal::notify::load-status", idle_quit_loop_cb, NULL, local
168 "signal::notify::load-status", idle_quit_loop_cb, NULL, local
H A Dtestdownload.c213 static void idle_quit_loop_cb(WebKitWebView* web_view, GParamSpec* pspec, gpointer data) function
232 G_CALLBACK(idle_quit_loop_cb),
H A Dtestwebresource.c231 static gboolean idle_quit_loop_cb(gpointer data) function
264 g_idle_add(idle_quit_loop_cb, NULL);

Completed in 62 milliseconds