Home
last modified time | relevance | path

Searched refs:ScheduleDownload (Results 1 – 12 of 12) sorted by relevance

/external/chromium/chrome/browser/
Dfavicon_helper.cc111 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
Dfavicon_helper.h184 int ScheduleDownload(const GURL& url,
/external/chromium/chrome/browser/search_engines/
Dtemplate_url_fetcher.h37 void ScheduleDownload(const string16& keyword,
Dtemplate_url_fetcher.cc270 void TemplateURLFetcher::ScheduleDownload( in ScheduleDownload() function in TemplateURLFetcher
Dtemplate_url_fetcher_unittest.cc174 test_util_.profile()->GetTemplateURLFetcher()->ScheduleDownload( in StartDownload()
/external/chromium_org/chrome/browser/search_engines/
Dtemplate_url_fetcher.h49 void ScheduleDownload(const base::string16& keyword,
Dtemplate_url_fetcher.cc228 void TemplateURLFetcher::ScheduleDownload( in ScheduleDownload() function in TemplateURLFetcher
Dtemplate_url_fetcher_unittest.cc152 test_util_.profile())->ScheduleDownload( in StartDownload()
/external/chromium_org/chrome/browser/favicon/
Dfavicon_handler.cc561 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
Dfavicon_handler.h215 int ScheduleDownload(const GURL& url,
/external/chromium/chrome/browser/ui/search_engines/
Dsearch_engine_tab_helper.cc118 tab_contents()->profile()->GetTemplateURLFetcher()->ScheduleDownload( in OnPageHasOSDD()
/external/chromium_org/chrome/browser/ui/search_engines/
Dsearch_engine_tab_helper.cc135 TemplateURLFetcherFactory::GetForProfile(profile)->ScheduleDownload( in OnPageHasOSDD()