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

  /external/chromium_org/chrome/browser/ui/app_modal_dialogs/
javascript_app_modal_dialog.cc 129 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,
javascript_app_modal_dialog.h 76 void NotifyDelegate(bool success, const base::string16& prompt_text,
  /external/chromium_org/chrome/browser/
icon_loader.cc 44 void IconLoader::NotifyDelegate() {
icon_loader_auralinux.cc 54 FROM_HERE, base::Bind(&IconLoader::NotifyDelegate, this));
icon_loader.h 88 void NotifyDelegate();
icon_loader_win.cc 74 base::Bind(&IconLoader::NotifyDelegate, this));
icon_loader_chromeos.cc 209 FROM_HERE, base::Bind(&IconLoader::NotifyDelegate, this));
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view_browsertest.cc 221 IN_PROC_BROWSER_TEST_F(ExtensionInstallDialogViewTest, NotifyDelegate) {
  /external/chromium_org/chrome/service/cloud_print/
print_system_cups.cc 391 base::Bind(&JobSpoolerCUPS::NotifyDelegate, delegate, job_id, dry_run));
395 static void NotifyDelegate(JobSpooler::Delegate* delegate,

Completed in 169 milliseconds