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

  /external/webkit/Source/WebKit/gtk/webkit/
webkitsoupauthdialog.h 42 GtkWidget* (*current_toplevel) (WebKitSoupAuthDialog* authDialog, SoupMessage* message); member in struct:__anon15066
webkitsoupauthdialog.c 48 CURRENT_TOPLEVEL,
75 signals[CURRENT_TOPLEVEL] =
79 G_STRUCT_OFFSET(WebKitSoupAuthDialogClass, current_toplevel),
241 g_signal_emit(authData->manager, signals[CURRENT_TOPLEVEL], 0, authData->msg, &toplevel);

Completed in 729 milliseconds