HomeSort by relevance Sort by last modified time
    Searched refs:UpdateAppIcon (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/download/
download_manager.cc 494 UpdateAppIcon(); // Reflect entry into in_progress_.
531 UpdateAppIcon(); // Reflect size updates.
648 UpdateAppIcon(); // Reflect removal from in_progress_.
707 UpdateAppIcon(); // Reflect removal from in_progress_.
758 UpdateAppIcon(); // Reflect removal from in_progress_.
789 void DownloadManager::UpdateAppIcon() {
    [all...]
download_manager.h 305 void UpdateAppIcon();
  /external/chromium_org/chrome/browser/extensions/api/tabs/
ash_panel_contents.cc 221 host_->UpdateAppIcon(new_image);
  /external/chromium_org/chrome/browser/ui/panels/
panel.h 339 void UpdateAppIcon();
panel.cc 545 UpdateAppIcon();
872 void Panel::UpdateAppIcon() {
  /external/chromium_org/apps/
shell_window.h 296 void UpdateAppIcon(const gfx::Image& image);
shell_window.cc 436 void ShellWindow::UpdateAppIcon(const gfx::Image& image) {
566 UpdateAppIcon(gfx::Image::CreateFrom1xBitmap(largest));
572 UpdateAppIcon(gfx::Image(app_icon_image_->image_skia()));

Completed in 1204 milliseconds