OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OnImageLoaded
(Results
26 - 36
of
36
) sorted by null
1
2
/external/chromium_org/chrome/browser/background/
background_application_list_model.cc
77
void
OnImageLoaded
(const gfx::Image& image);
147
void BackgroundApplicationListModel::Application::
OnImageLoaded
(
162
base::Bind(&Application::
OnImageLoaded
, AsWeakPtr()));
/external/chromium_org/chrome/browser/extensions/
extension_icon_image_unittest.cc
80
void
OnImageLoaded
(const gfx::Image& image) {
93
base::Bind(&TestImageLoader::
OnImageLoaded
,
tab_helper.cc
474
// Enqueue
OnImageLoaded
callback.
486
base::Bind(&TabHelper::
OnImageLoaded
,
501
void TabHelper::
OnImageLoaded
(const gfx::Image& image) {
extension_install_prompt.cc
716
void ExtensionInstallPrompt::
OnImageLoaded
(const gfx::Image& image) {
729
// Load the image asynchronously. For the response, check
OnImageLoaded
.
741
base::Bind(&ExtensionInstallPrompt::
OnImageLoaded
, AsWeakPtr()));
/external/chromium_org/chrome/browser/ui/web_applications/
web_app_ui.cc
345
void
OnImageLoaded
(ShellIntegration::ShortcutInfo shortcut_info,
450
// representations, and later (in
OnImageLoaded
), pulling them out and
491
// will call the
OnImageLoaded
callback with an empty image and exit
494
base::Bind(&
OnImageLoaded
, shortcut_info, callback));
/external/chromium_org/chrome/browser/ui/webui/extensions/
extension_icon_source.cc
208
base::Bind(&ExtensionIconSource::
OnImageLoaded
, AsWeakPtr(), request_id));
253
void ExtensionIconSource::
OnImageLoaded
(int request_id,
/external/chromium/chrome/browser/chromeos/login/
user_manager.cc
417
OnImageLoaded
(logged_in_user_.email(), image, false);
508
void UserManager::
OnImageLoaded
(const std::string& username,
/external/chromium/chrome/browser/ui/gtk/
browser_actions_toolbar_gtk.cc
160
void
OnImageLoaded
(SkBitmap* image, const ExtensionResource& resource,
[
all
...]
location_bar_view_gtk.cc
[
all
...]
/external/chromium/chrome/browser/ui/views/
browser_actions_container.cc
100
// callback
OnImageLoaded
execute immediately. It (through UpdateState)
117
void BrowserActionButton::
OnImageLoaded
(SkBitmap* image,
[
all
...]
/external/chromium_org/chrome/browser/ui/panels/
panel.cc
490
// Ensure previously enqueued
OnImageLoaded
callbacks are ignored.
817
void Panel::
OnImageLoaded
(const gfx::Image& image) {
886
base::Bind(&Panel::
OnImageLoaded
,
Completed in 204 milliseconds
1
2