Home
last modified time | relevance | path

Searched refs:OnDialogResponse (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Ddialog_handler_gtk.h70 static void OnDialogResponse(GtkDialog* dialog,
Ddialog_handler_gtk.cc427 g_signal_connect(gtk_dialog_, "response", G_CALLBACK(OnDialogResponse), this); in OnJSDialogContinue()
448 void ClientDialogHandlerGtk::OnDialogResponse(GtkDialog* dialog, in OnDialogResponse() function in client::ClientDialogHandlerGtk
Dprint_handler_gtk.cc464 void OnDialogResponse(GtkDialog* dialog, gint response_id) { in OnDialogResponse() function
552 handler->OnDialogResponse(dialog, response_id); in OnDialogResponseThunk()