OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScheduleDownload
(Results
1 - 12
of
12
) sorted by null
/external/chromium/chrome/browser/search_engines/
template_url_fetcher.h
37
void
ScheduleDownload
(const string16& keyword,
template_url_fetcher.cc
93
DCHECK(model); // TemplateURLFetcher::
ScheduleDownload
verifies this.
270
void TemplateURLFetcher::
ScheduleDownload
(
template_url_fetcher_unittest.cc
174
test_util_.profile()->GetTemplateURLFetcher()->
ScheduleDownload
(
/external/chromium_org/chrome/browser/search_engines/
template_url_fetcher.h
49
void
ScheduleDownload
(const base::string16& keyword,
template_url_fetcher.cc
88
DCHECK(model); // TemplateURLFetcher::
ScheduleDownload
verifies this.
228
void TemplateURLFetcher::
ScheduleDownload
(
template_url_fetcher_unittest.cc
152
test_util_.profile())->
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,
favicon_helper.h
184
int
ScheduleDownload
(const GURL& url,
/external/chromium/chrome/browser/ui/search_engines/
search_engine_tab_helper.cc
118
tab_contents()->profile()->GetTemplateURLFetcher()->
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
(
favicon_handler.h
215
int
ScheduleDownload
(const GURL& url,
/external/chromium_org/chrome/browser/ui/search_engines/
search_engine_tab_helper.cc
135
TemplateURLFetcherFactory::GetForProfile(profile)->
ScheduleDownload
(
Completed in 175 milliseconds