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

  /external/chromium/chrome/browser/
icon_loader.cc 39 void IconLoader::NotifyDelegate() {
  /external/chromium_org/chrome/browser/
icon_loader.cc 44 void IconLoader::NotifyDelegate() {
  /external/chromium/chrome/browser/chromeos/login/
user_image_loader.cc 80 &UserImageLoader::NotifyDelegate,
91 void UserImageLoader::NotifyDelegate(const SkBitmap& image,
  /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,
  /external/chromium_org/chrome/browser/ui/app_modal_dialogs/
javascript_app_modal_dialog.cc 128 NotifyDelegate(false, string16(), suppress_js_messages);
139 NotifyDelegate(true, prompt_text_to_use, suppress_js_messages);
143 NotifyDelegate(false, string16(), false);
152 void JavaScriptAppModalDialog::NotifyDelegate(bool success,
  /external/chromium_org/chrome/service/cloud_print/
print_system_cups.cc 397 base::Bind(&JobSpoolerCUPS::NotifyDelegate, delegate, job_id, dry_run));
401 static void NotifyDelegate(JobSpooler::Delegate* delegate,

Completed in 370 milliseconds