Searched refs:ScheduleDownload (Results 1 – 12 of 12) sorted by relevance
/external/chromium/chrome/browser/ |
D | favicon_helper.cc | 111 return ScheduleDownload(GURL(), image_url, image_size, icon_type, callback); in DownloadImage() 363 ScheduleDownload(page_url, icon_url, preferred_icon_size(), icon_type, in DownloadFaviconOrAskHistory() 404 ScheduleDownload(entry->url(), entry->favicon().url(), in OnFaviconData() 413 ScheduleDownload(entry->url(), current_candidate()->icon_url, in OnFaviconData() 420 int FaviconHelper::ScheduleDownload(const GURL& url, in ScheduleDownload() function in FaviconHelper
|
D | favicon_helper.h | 184 int ScheduleDownload(const GURL& url,
|
/external/chromium/chrome/browser/search_engines/ |
D | template_url_fetcher.h | 37 void ScheduleDownload(const string16& keyword,
|
D | template_url_fetcher.cc | 270 void TemplateURLFetcher::ScheduleDownload( in ScheduleDownload() function in TemplateURLFetcher
|
D | template_url_fetcher_unittest.cc | 174 test_util_.profile()->GetTemplateURLFetcher()->ScheduleDownload( in StartDownload()
|
/external/chromium_org/chrome/browser/search_engines/ |
D | template_url_fetcher.h | 49 void ScheduleDownload(const base::string16& keyword,
|
D | template_url_fetcher.cc | 228 void TemplateURLFetcher::ScheduleDownload( in ScheduleDownload() function in TemplateURLFetcher
|
D | template_url_fetcher_unittest.cc | 152 test_util_.profile())->ScheduleDownload( in StartDownload()
|
/external/chromium_org/chrome/browser/favicon/ |
D | favicon_handler.cc | 561 ScheduleDownload(page_url, icon_url, icon_type); in DownloadFaviconOrAskHistory() 605 ScheduleDownload(entry->GetURL(), entry->GetFavicon().url, in OnFaviconData() 613 ScheduleDownload(entry->GetURL(), current_candidate()->icon_url, in OnFaviconData() 619 int FaviconHandler::ScheduleDownload( in ScheduleDownload() function in FaviconHandler
|
D | favicon_handler.h | 215 int ScheduleDownload(const GURL& url,
|
/external/chromium/chrome/browser/ui/search_engines/ |
D | search_engine_tab_helper.cc | 118 tab_contents()->profile()->GetTemplateURLFetcher()->ScheduleDownload( in OnPageHasOSDD()
|
/external/chromium_org/chrome/browser/ui/search_engines/ |
D | search_engine_tab_helper.cc | 135 TemplateURLFetcherFactory::GetForProfile(profile)->ScheduleDownload( in OnPageHasOSDD()
|