Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/app_modal_dialogs/
Djs_modal_dialog.cc140 NotifyDelegate(false, L"", suppress_js_messages); in OnCancel()
146 NotifyDelegate(true, prompt_text, suppress_js_messages); in OnAccept()
150 NotifyDelegate(false, L"", false); in OnClose()
153 void JavaScriptAppModalDialog::NotifyDelegate(bool success, in NotifyDelegate() function in JavaScriptAppModalDialog
Djs_modal_dialog.h97 void NotifyDelegate(bool success, const std::wstring& prompt_text,
/external/chromium/chrome/browser/chromeos/login/
Duser_image_loader.cc80 &UserImageLoader::NotifyDelegate, in OnImageDecoded()
91 void UserImageLoader::NotifyDelegate(const SkBitmap& image, in NotifyDelegate() function in chromeos::UserImageLoader
Duser_image_loader.h77 void NotifyDelegate(const SkBitmap& image, const ImageInfo& image_info);
/external/chromium/chrome/browser/
Dicon_loader.cc39 void IconLoader::NotifyDelegate() { in NotifyDelegate() function in IconLoader
Dicon_loader_win.cc49 NewRunnableMethod(this, &IconLoader::NotifyDelegate)); in ReadIcon()
Dicon_loader.h69 void NotifyDelegate();
Dicon_loader_linux.cc62 NotifyDelegate(); in ParseIcon()
Dicon_loader_mac.mm25 NewRunnableMethod(this, &IconLoader::NotifyDelegate));