Searched refs:NotifyDelegate (Results 1 – 9 of 9) sorted by relevance
/external/chromium/chrome/browser/ui/app_modal_dialogs/ |
D | js_modal_dialog.cc | 140 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
|
D | js_modal_dialog.h | 97 void NotifyDelegate(bool success, const std::wstring& prompt_text,
|
/external/chromium/chrome/browser/chromeos/login/ |
D | user_image_loader.cc | 80 &UserImageLoader::NotifyDelegate, in OnImageDecoded() 91 void UserImageLoader::NotifyDelegate(const SkBitmap& image, in NotifyDelegate() function in chromeos::UserImageLoader
|
D | user_image_loader.h | 77 void NotifyDelegate(const SkBitmap& image, const ImageInfo& image_info);
|
/external/chromium/chrome/browser/ |
D | icon_loader.cc | 39 void IconLoader::NotifyDelegate() { in NotifyDelegate() function in IconLoader
|
D | icon_loader_win.cc | 49 NewRunnableMethod(this, &IconLoader::NotifyDelegate)); in ReadIcon()
|
D | icon_loader.h | 69 void NotifyDelegate();
|
D | icon_loader_linux.cc | 62 NotifyDelegate(); in ParseIcon()
|
D | icon_loader_mac.mm | 25 NewRunnableMethod(this, &IconLoader::NotifyDelegate));
|