/external/webkit/WebKit/gtk/tests/ |
testwindow.c | 25 static void notify_load_status_cb(WebKitWebView* web_view, GParamSpec* pspec, gpointer data) function 53 G_CALLBACK(notify_load_status_cb), loop);
|
testwebdatasource.c | 79 static void notify_load_status_cb(WebKitWebView* view, GParamSpec* pspec, GMainLoop* loop) function 134 g_signal_connect(view, "notify::load-status", G_CALLBACK(notify_load_status_cb), loop);
|
testwebresource.c | 166 static void notify_load_status_cb(WebKitWebView* web_view, GParamSpec* pspec, gpointer data) function 195 G_CALLBACK(notify_load_status_cb),
|
/external/webkit/WebKitTools/GtkLauncher/ |
main.c | 77 notify_load_status_cb (WebKitWebView* web_view, GParamSpec* pspec, gpointer data) function 122 g_signal_connect (web_view, "notify::load-status", G_CALLBACK (notify_load_status_cb), web_view);
|