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

  /external/webkit/Source/WebKit/gtk/webkit/
webkitsoupauthdialog.h 42 GtkWidget* (*current_toplevel) (WebKitSoupAuthDialog* authDialog, SoupMessage* message);
webkitglobals.cpp 280 SoupSessionFeature* authDialog = static_cast<SoupSessionFeature*>(g_object_new(WEBKIT_TYPE_SOUP_AUTH_DIALOG, NULL));
281 g_signal_connect(authDialog, "current-toplevel", G_CALLBACK(currentToplevelCallback), NULL);
282 soup_session_add_feature(session, authDialog);
283 g_object_unref(authDialog);

Completed in 55 milliseconds