OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotifyDelegate
(Results
1 - 16
of
16
) 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_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,
javascript_app_modal_dialog.h
76
void
NotifyDelegate
(bool success, const string16& prompt_text,
/external/chromium_org/chrome/browser/
icon_loader.cc
44
void IconLoader::
NotifyDelegate
() {
icon_loader.h
84
void
NotifyDelegate
();
icon_loader_linux.cc
73
FROM_HERE, base::Bind(&IconLoader::
NotifyDelegate
, this));
icon_loader_win.cc
65
base::Bind(&IconLoader::
NotifyDelegate
, this));
icon_loader_chromeos.cc
201
FROM_HERE, base::Bind(&IconLoader::
NotifyDelegate
, this));
/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);
/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 1292 milliseconds