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

  /external/chromium/chrome/browser/
icon_loader.cc 39 void IconLoader::NotifyDelegate() {
icon_loader.h 69 void NotifyDelegate();
icon_loader_win.cc 49 NewRunnableMethod(this, &IconLoader::NotifyDelegate));
icon_loader_linux.cc 62 NotifyDelegate();
  /external/chromium/chrome/browser/ui/app_modal_dialogs/
js_modal_dialog.cc 140 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,
js_modal_dialog.h 97 void NotifyDelegate(bool success, const std::wstring& prompt_text,
  /external/chromium/chrome/browser/chromeos/login/
user_image_loader.cc 80 &UserImageLoader::NotifyDelegate,
91 void UserImageLoader::NotifyDelegate(const SkBitmap& image,
user_image_loader.h 77 void NotifyDelegate(const SkBitmap& image, const ImageInfo& image_info);

Completed in 47 milliseconds