Searched refs:NotifyDelegate (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_modal_dialogs/
H A Djavascript_app_modal_dialog.cc129 NotifyDelegate(false, base::string16(), suppress_js_messages);
140 NotifyDelegate(true, prompt_text_to_use, suppress_js_messages);
144 NotifyDelegate(false, base::string16(), false);
153 void JavaScriptAppModalDialog::NotifyDelegate(bool success, function in class:JavaScriptAppModalDialog
H A Djavascript_app_modal_dialog.h76 void NotifyDelegate(bool success, const base::string16& prompt_text,
/external/chromium_org/chrome/browser/
H A Dicon_loader.cc44 void IconLoader::NotifyDelegate() { function in class:IconLoader
H A Dicon_loader_auralinux.cc54 FROM_HERE, base::Bind(&IconLoader::NotifyDelegate, this));
H A Dicon_loader.h88 void NotifyDelegate();
H A Dicon_loader_win.cc74 base::Bind(&IconLoader::NotifyDelegate, this));
H A Dicon_loader_chromeos.cc209 FROM_HERE, base::Bind(&IconLoader::NotifyDelegate, this));
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_install_dialog_view_browsertest.cc221 IN_PROC_BROWSER_TEST_F(ExtensionInstallDialogViewTest, NotifyDelegate) {
/external/chromium_org/chrome/service/cloud_print/
H A Dprint_system_cups.cc391 base::Bind(&JobSpoolerCUPS::NotifyDelegate, delegate, job_id, dry_run));
395 static void NotifyDelegate(JobSpooler::Delegate* delegate, function in class:cloud_print::JobSpoolerCUPS

Completed in 9787 milliseconds