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

  /external/webkit/Source/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 76 static void notify_load_status_cb(WebKitWebView* view, GParamSpec* pspec, GMainLoop* loop) function
126 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),

Completed in 175 milliseconds