Searched defs:OnIconDownloaded (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/web_applications/
H A Dweb_app_ui.cc53 void OnIconDownloaded(int download_id, bool errored, const SkBitmap& image);
141 NewCallback(this, &UpdateShortcutWorker::OnIconDownloaded));
145 void UpdateShortcutWorker::OnIconDownloaded(int download_id, function in class:__anon1866::UpdateShortcutWorker
/external/chromium/chrome/browser/ui/views/
H A Dcreate_application_shortcut_view.cc219 owner_->OnIconDownloaded(errored, image);
466 void CreateUrlApplicationShortcutView::OnIconDownloaded(bool errored, function in class:CreateUrlApplicationShortcutView

Completed in 75 milliseconds