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

/external/chromium/chrome/browser/
H A Dicon_loader.cc39 void IconLoader::NotifyDelegate() { function in class:IconLoader
H A Dicon_loader.h69 void NotifyDelegate();
H A Dicon_loader_win.cc49 NewRunnableMethod(this, &IconLoader::NotifyDelegate));
H A Dicon_loader_linux.cc62 NotifyDelegate();
/external/chromium/chrome/browser/ui/app_modal_dialogs/
H A Djs_modal_dialog.cc140 NotifyDelegate(false, L"", suppress_js_messages);
146 NotifyDelegate(true, prompt_text, suppress_js_messages);
150 NotifyDelegate(false, L"", false);
153 void JavaScriptAppModalDialog::NotifyDelegate(bool success, function in class:JavaScriptAppModalDialog
H A Djs_modal_dialog.h97 void NotifyDelegate(bool success, const std::wstring& prompt_text,
/external/chromium_org/chrome/browser/
H A Dicon_loader_auralinux.cc46 FROM_HERE, base::Bind(&IconLoader::NotifyDelegate, this));
H A Dicon_loader.cc44 void IconLoader::NotifyDelegate() { function in class:IconLoader
H A Dicon_loader.h84 void NotifyDelegate();
H A Dicon_loader_linux.cc73 FROM_HERE, base::Bind(&IconLoader::NotifyDelegate, this));
H A Dicon_loader_win.cc66 base::Bind(&IconLoader::NotifyDelegate, this));
H A Dicon_loader_chromeos.cc203 FROM_HERE, base::Bind(&IconLoader::NotifyDelegate, this));
/external/chromium_org/chrome/browser/ui/app_modal_dialogs/
H A Djavascript_app_modal_dialog.cc131 NotifyDelegate(false, base::string16(), suppress_js_messages);
142 NotifyDelegate(true, prompt_text_to_use, suppress_js_messages);
146 NotifyDelegate(false, base::string16(), false);
155 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/chrome/browser/chromeos/login/
H A Duser_image_loader.cc80 &UserImageLoader::NotifyDelegate,
91 void UserImageLoader::NotifyDelegate(const SkBitmap& image, function in class:chromeos::UserImageLoader
H A Duser_image_loader.h77 void NotifyDelegate(const SkBitmap& image, const ImageInfo& image_info);
/external/chromium_org/chrome/service/cloud_print/
H A Dprint_system_cups.cc390 base::Bind(&JobSpoolerCUPS::NotifyDelegate, delegate, job_id, dry_run));
394 static void NotifyDelegate(JobSpooler::Delegate* delegate, function in class:cloud_print::JobSpoolerCUPS

Completed in 231 milliseconds