HomeSort by relevance Sort by last modified time
    Searched defs:ScheduleDownload (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/search_engines/
template_url_fetcher.cc 93 DCHECK(model); // TemplateURLFetcher::ScheduleDownload verifies this.
270 void TemplateURLFetcher::ScheduleDownload(
  /external/chromium/chrome/browser/
favicon_helper.cc 111 return ScheduleDownload(GURL(), image_url, image_size, icon_type, callback);
363 ScheduleDownload(page_url, icon_url, preferred_icon_size(), icon_type,
404 ScheduleDownload(entry->url(), entry->favicon().url(),
413 ScheduleDownload(entry->url(), current_candidate()->icon_url,
420 int FaviconHelper::ScheduleDownload(const GURL& url,
  /external/chromium_org/chrome/browser/search_engines/
template_url_fetcher.cc 88 DCHECK(model); // TemplateURLFetcher::ScheduleDownload verifies this.
228 void TemplateURLFetcher::ScheduleDownload(
  /external/chromium_org/chrome/browser/favicon/
favicon_handler.cc 561 ScheduleDownload(page_url, icon_url, icon_type);
605 ScheduleDownload(entry->GetURL(), entry->GetFavicon().url,
613 ScheduleDownload(entry->GetURL(), current_candidate()->icon_url,
619 int FaviconHandler::ScheduleDownload(

Completed in 267 milliseconds