HomeSort by relevance Sort by last modified time
    Searched refs:idle_quit_loop_cb (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit/gtk/tests/
testwebview.c 74 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
testmimehandling.c 93 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
testdownload.c 213 static void idle_quit_loop_cb(WebKitWebView* web_view, GParamSpec* pspec, gpointer data) function
232 G_CALLBACK(idle_quit_loop_cb),
testwebresource.c 231 static gboolean idle_quit_loop_cb(gpointer data) function
264 g_idle_add(idle_quit_loop_cb, NULL);

Completed in 29 milliseconds