Home
last modified time | relevance | path

Searched refs:OnIconURLExtracted (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/downloads/
Ddownloads_api.h292 void OnIconURLExtracted(const std::string& url);
Ddownloads_api.cc1529 base::Bind(&DownloadsGetFileIconFunction::OnIconURLExtracted, this))); in RunAsync()
1533 void DownloadsGetFileIconFunction::OnIconURLExtracted(const std::string& url) { in OnIconURLExtracted() function in extensions::DownloadsGetFileIconFunction