Searched defs:osdd_url (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url_fetcher_unittest.cc172 GURL osdd_url = test_server_.GetURL("files/" + osdd_file_name); local
175 keyword, osdd_url, favicon_url, new TemplateURLFetcherTestCallbacks(this),
H A Dtemplate_url_fetcher.cc30 const GURL& osdd_url,
80 const GURL& osdd_url,
84 : ALLOW_THIS_IN_INITIALIZER_LIST(url_fetcher_(osdd_url,
88 osdd_url_(osdd_url),
272 const GURL& osdd_url,
276 DCHECK(osdd_url.is_valid());
298 template_url->originating_url() == osdd_url)) {
308 bool keyword_or_osdd_match = (*i)->url() == osdd_url ||
319 new RequestDelegate(this, keyword, osdd_url, favicon_url,
77 RequestDelegate( TemplateURLFetcher* fetcher, const string16& keyword, const GURL& osdd_url, const GURL& favicon_url, TemplateURLFetcherCallbacks* callbacks, ProviderType provider_type) argument
270 ScheduleDownload( const string16& keyword, const GURL& osdd_url, const GURL& favicon_url, TemplateURLFetcherCallbacks* callbacks, ProviderType provider_type) argument
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_fetcher.cc32 const GURL& osdd_url,
73 const GURL& osdd_url,
79 osdd_url, net::URLFetcher::GET, this)),
82 osdd_url_(osdd_url),
230 const GURL& osdd_url,
235 DCHECK(osdd_url.is_valid());
259 template_url->originating_url() == osdd_url))
265 if (((*i)->url() == osdd_url) ||
272 new RequestDelegate(this, keyword, osdd_url, favicon_url, web_contents,
70 RequestDelegate( TemplateURLFetcher* fetcher, const base::string16& keyword, const GURL& osdd_url, const GURL& favicon_url, content::WebContents* web_contents, TemplateURLFetcherCallbacks* callbacks, ProviderType provider_type) argument
228 ScheduleDownload( const base::string16& keyword, const GURL& osdd_url, const GURL& favicon_url, content::WebContents* web_contents, TemplateURLFetcherCallbacks* callbacks, ProviderType provider_type) argument
H A Dtemplate_url_fetcher_unittest.cc149 GURL osdd_url = test_server_.GetURL("/" + osdd_file_name); local
153 keyword, osdd_url, favicon_url, NULL,

Completed in 153 milliseconds