Home
last modified time | relevance | path

Searched refs:UpdateAppIcon (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/download/
Ddownload_manager.cc494 UpdateAppIcon(); // Reflect entry into in_progress_. in AttachDownloadItem()
531 UpdateAppIcon(); // Reflect size updates. in UpdateDownload()
648 UpdateAppIcon(); // Reflect removal from in_progress_. in MaybeCompleteDownload()
707 UpdateAppIcon(); // Reflect removal from in_progress_. in DownloadCancelled()
758 UpdateAppIcon(); // Reflect removal from in_progress_. in OnDownloadError()
789 void DownloadManager::UpdateAppIcon() { in UpdateAppIcon() function in DownloadManager
Ddownload_manager.h305 void UpdateAppIcon();
/external/chromium_org/chrome/browser/download/
Ddownload_status_updater_mac.mm153 void UpdateAppIcon(int download_count,
246 UpdateAppIcon(download_count, progress_known, progress);
/external/chromium_org/apps/
Dshell_window.cc436 void ShellWindow::UpdateAppIcon(const gfx::Image& image) { in UpdateAppIcon() function in apps::ShellWindow
566 UpdateAppIcon(gfx::Image::CreateFrom1xBitmap(largest)); in DidDownloadFavicon()
572 UpdateAppIcon(gfx::Image(app_icon_image_->image_skia())); in OnExtensionIconImageChanged()
Dshell_window.h296 void UpdateAppIcon(const gfx::Image& image);
/external/chromium_org/chrome/browser/extensions/api/tabs/
Dash_panel_contents.cc221 host_->UpdateAppIcon(new_image); in FaviconUpdated()
/external/chromium_org/chrome/browser/ui/panels/
Dpanel.h339 void UpdateAppIcon();
Dpanel.cc545 UpdateAppIcon(); in Initialize()
872 void Panel::UpdateAppIcon() { in UpdateAppIcon() function in Panel