Searched defs:OnResponse (Results 1 - 25 of 25) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dprocess_singleton_dialog.cc39 void ProcessSingletonDialog::OnResponse(GtkWidget* dialog, int response_id) { function in class:ProcessSingletonDialog
H A Dupdate_recommended_dialog.cc55 void UpdateRecommendedDialog::OnResponse(GtkWidget* dialog, int response_id) { function in class:UpdateRecommendedDialog
H A Dinstant_confirm_dialog_gtk.cc66 void InstantConfirmDialogGtk::OnResponse(GtkWidget* dialog, int response_id) { function in class:InstantConfirmDialogGtk
H A Dexternal_protocol_dialog_gtk.cc110 void ExternalProtocolDialogGtk::OnResponse(GtkWidget* dialog, int response_id) { function in class:ExternalProtocolDialogGtk
H A Dhtml_dialog_gtk.cc169 void HtmlDialogGtk::OnResponse(GtkWidget* dialog, int response_id) { function in class:HtmlDialogGtk
H A Djs_modal_dialog_gtk.cc175 OnResponse(gtk_dialog_, GTK_RESPONSE_DELETE_EVENT);
179 OnResponse(gtk_dialog_, GTK_RESPONSE_OK);
183 OnResponse(gtk_dialog_, GTK_RESPONSE_CANCEL);
189 void JSModalDialogGtk::OnResponse(GtkWidget* dialog, int response_id) { function in class:JSModalDialogGtk
H A Dabout_chrome_dialog.cc53 void OnResponse(GtkWidget* dialog, int response_id) { function in namespace:__anon2428
283 g_signal_connect(dialog, "response", G_CALLBACK(OnResponse), NULL);
H A Dcrypto_module_password_dialog.cc92 CHROMEGTK_CALLBACK_1(CryptoModulePasswordDialog, void, OnResponse, int);
189 void CryptoModulePasswordDialog::OnResponse(GtkWidget* dialog, function in class:__anon2448::CryptoModulePasswordDialog
H A Dedit_search_engine_dialog.cc264 void EditSearchEngineDialog::OnResponse(GtkWidget* dialog, int response_id) { function in class:EditSearchEngineDialog
H A Dhung_renderer_dialog_gtk.cc47 CHROMEGTK_CALLBACK_1(HungRendererDialogGtk, void, OnResponse, int);
185 void HungRendererDialogGtk::OnResponse(GtkWidget* dialog, int response_id) { function in class:__anon2483::HungRendererDialogGtk
H A Dcertificate_viewer.cc125 void OnResponse(GtkWidget* dialog, int response_id) { function in namespace:__anon2442
176 g_signal_connect(dialog_, "response", G_CALLBACK(OnResponse), NULL);
H A Dtask_manager_gtk.cc861 void TaskManagerGtk::OnResponse(GtkWidget* dialog, int response_id) { function in class:TaskManagerGtk
/external/chromium/chrome/browser/ui/gtk/download/
H A Ddownload_in_progress_dialog_gtk.cc79 void DownloadInProgressDialogGtk::OnResponse(GtkWidget* dialog, function in class:DownloadInProgressDialogGtk
/external/chromium/chrome/browser/ui/gtk/importer/
H A Dimport_lock_dialog_gtk.cc64 void ImportLockDialogGtk::OnResponse(GtkWidget* dialog, int response_id) { function in class:ImportLockDialogGtk
H A Dimport_progress_dialog_gtk.cc136 void ImportProgressDialogGtk::OnResponse(GtkWidget* dialog, int response_id) { function in class:ImportProgressDialogGtk
/external/chromium/chrome/browser/ui/gtk/extensions/
H A Dextension_uninstall_dialog_gtk.cc29 void OnResponse(GtkWidget* dialog, int response_id, function in namespace:__anon2456
78 g_signal_connect(dialog, "response", G_CALLBACK(OnResponse), delegate);
H A Dextension_install_dialog_gtk.cc42 void OnResponse(GtkWidget* dialog, int response_id, function in namespace:__anon2454
162 g_signal_connect(dialog, "response", G_CALLBACK(OnResponse), delegate);
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dstunrequest.h111 virtual void OnResponse(StunMessage* response) {} function in class:cricket::StunRequest
H A Dstunport.cc61 virtual void OnResponse(StunMessage* response) { function in class:cricket::StunPortBindingRequest
H A Dport.cc482 virtual void OnResponse(StunMessage* response) { function in class:cricket::ConnectionRequest
H A Drelayport.cc176 virtual void OnResponse(StunMessage* response);
757 void AllocateRequest::OnResponse(StunMessage* response) { function in class:cricket::AllocateRequest
/external/chromium/chrome/browser/ui/
H A Dinput_window_dialog_gtk.cc31 CHROMEGTK_CALLBACK_1(InputWindowDialogGtk, void, OnResponse, int);
113 void InputWindowDialogGtk::OnResponse(GtkWidget* dialog, int response_id) { function in class:InputWindowDialogGtk
/external/chromium/chrome/browser/printing/
H A Dprint_dialog_gtk.cc249 void PrintDialogGtk::OnResponse(GtkWidget* dialog, int response_id) { function in class:PrintDialogGtk
/external/chromium/chrome/browser/policy/
H A Ddevice_management_backend_impl.cc167 virtual void OnResponse(
211 OnResponse(response);
299 virtual void OnResponse(const em::DeviceManagementResponse& response) { function in class:policy::DeviceManagementRegisterJob
334 virtual void OnResponse(const em::DeviceManagementResponse& response) { function in class:policy::DeviceManagementUnregisterJob
369 virtual void OnResponse(const em::DeviceManagementResponse& response) { function in class:policy::DeviceManagementPolicyJob
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_editor_gtk.cc500 void BookmarkEditorGtk::OnResponse(GtkWidget* dialog, int response_id) { function in class:BookmarkEditorGtk

Completed in 288 milliseconds