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

  /external/chromium/chrome/browser/ui/views/
create_application_shortcut_view.h 99 void OnIconDownloaded(bool errored, const SkBitmap& image);
create_application_shortcut_view.cc 219 owner_->OnIconDownloaded(errored, image);
466 void CreateUrlApplicationShortcutView::OnIconDownloaded(bool errored,
  /external/chromium/chrome/browser/ui/web_applications/
web_app_ui.cc 53 void OnIconDownloaded(int download_id, bool errored, const SkBitmap& image);
141 NewCallback(this, &UpdateShortcutWorker::OnIconDownloaded));
145 void UpdateShortcutWorker::OnIconDownloaded(int download_id,

Completed in 38 milliseconds