Searched refs:OnIconDownloaded (Results 1 – 3 of 3) sorted by relevance
53 void OnIconDownloaded(int download_id, bool errored, const SkBitmap& image);141 NewCallback(this, &UpdateShortcutWorker::OnIconDownloaded)); in DownloadIcon()145 void UpdateShortcutWorker::OnIconDownloaded(int download_id, in OnIconDownloaded() function in __anon5f3762d90111::UpdateShortcutWorker
99 void OnIconDownloaded(bool errored, const SkBitmap& image);
219 owner_->OnIconDownloaded(errored, image); in Run()466 void CreateUrlApplicationShortcutView::OnIconDownloaded(bool errored, in OnIconDownloaded() function in CreateUrlApplicationShortcutView