Searched defs:OnImageLoaded (Results 1 - 21 of 21) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_uninstall_dialog.cc40 // Load the image asynchronously. The response will be sent to OnImageLoaded.
62 void ExtensionUninstallDialog::OnImageLoaded(SkBitmap* image, function in class:ExtensionUninstallDialog
H A Dextension_icon_manager.cc81 void ExtensionIconManager::OnImageLoaded(SkBitmap* image, function in class:ExtensionIconManager
H A Dimage_loading_tracker_unittest.cc31 virtual void OnImageLoaded(SkBitmap* image, const ExtensionResource& resource, function in class:ImageLoadingTrackerTest
H A Dextension_icon_manager_unittest.cc77 virtual void OnImageLoaded(SkBitmap* image, const ExtensionResource& resource, function in class:TestIconManager
79 ExtensionIconManager::OnImageLoaded(image, resource, index);
H A Dextension_install_ui.cc192 void ExtensionInstallUI::OnImageLoaded( function in class:ExtensionInstallUI
264 // Load the image asynchronously. For the response, check OnImageLoaded.
H A Dextension_tab_helper.cc156 void ExtensionTabHelper::OnImageLoaded(SkBitmap* image, function in class:ExtensionTabHelper
H A Dimage_loading_tracker.cc102 tracker_->OnImageLoaded(image, resource, original_size, id);
143 OnImageLoaded(NULL, resource, max_size, id);
152 OnImageLoaded(&image, resource, max_size, id);
167 void ImageLoadingTracker::OnImageLoaded( function in class:ImageLoadingTracker
179 observer_->OnImageLoaded(image, resource, id);
H A Dextension_web_ui.cc88 virtual void OnImageLoaded(SkBitmap* image, const ExtensionResource& resource, function in class:__anon1286::ExtensionWebUIImageLoadingTracker
/external/chromium/chrome/browser/
H A Dicon_manager.cc55 bool IconManager::OnImageLoaded(IconLoader* source, gfx::Image* result) { function in class:IconManager
H A Dbackground_application_list_model.cc56 virtual void OnImageLoaded(SkBitmap* image,
121 void BackgroundApplicationListModel::Application::OnImageLoaded( function in class:BackgroundApplicationListModel::Application
/external/chromium/chrome/browser/ui/gtk/infobars/
H A Dextension_infobar_gtk.cc31 void ExtensionInfoBarGtk::OnImageLoaded( function in class:ExtensionInfoBarGtk
53 // Create a tracker to load the image. It will report back on OnImageLoaded.
59 OnImageLoaded(NULL, icon_resource, 0); // |image|, |index|.
/external/chromium/chrome/browser/sidebar/
H A Dsidebar_container.cc121 void SidebarContainer::OnImageLoaded(SkBitmap* image, function in class:SidebarContainer
/external/chromium/chrome/browser/ui/views/infobars/
H A Dextension_infobar.cc101 OnImageLoaded(NULL, icon_resource, 0);
138 void ExtensionInfoBar::OnImageLoaded(SkBitmap* image, function in class:ExtensionInfoBar
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dpage_action_image_view.cc162 void PageActionImageView::OnImageLoaded( function in class:PageActionImageView
/external/chromium/chrome/browser/ui/gtk/
H A Dcreate_application_shortcuts_dialog_gtk.cc325 void CreateChromeApplicationShortcutsDialogGtk::OnImageLoaded( function in class:CreateChromeApplicationShortcutsDialogGtk
H A Dbrowser_actions_toolbar_gtk.cc160 void OnImageLoaded(SkBitmap* image, const ExtensionResource& resource, function in class:BrowserActionButton
H A Dlocation_bar_view_gtk.cc1546 void LocationBarViewGtk::PageActionViewGtk::OnImageLoaded( function in class:LocationBarViewGtk::PageActionViewGtk
/external/chromium/chrome/browser/ui/webui/
H A Dextension_icon_source.cc232 void ExtensionIconSource::OnImageLoaded(SkBitmap* image, function in class:ExtensionIconSource
/external/chromium/chrome/browser/ui/views/
H A Dcreate_application_shortcut_view.cc520 void CreateChromeApplicationShortcutView::OnImageLoaded( function in class:CreateChromeApplicationShortcutView
H A Dbrowser_actions_container.cc100 // callback OnImageLoaded execute immediately. It (through UpdateState)
117 void BrowserActionButton::OnImageLoaded(SkBitmap* image, function in class:BrowserActionButton
/external/chromium/chrome/browser/chromeos/login/
H A Duser_manager.cc417 OnImageLoaded(logged_in_user_.email(), image, false);
508 void UserManager::OnImageLoaded(const std::string& username, function in class:chromeos::UserManager

Completed in 281 milliseconds