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

/external/chromium_org/components/search_engines/
H A Dtemplate_url_fetcher.cc28 const URLFetcherCustomizeCallback& url_fetcher_customize_callback,
69 const URLFetcherCustomizeCallback& url_fetcher_customize_callback,
91 if (!url_fetcher_customize_callback.is_null())
92 url_fetcher_customize_callback.Run(url_fetcher_.get());
221 const URLFetcherCustomizeCallback& url_fetcher_customize_callback,
255 this, keyword, osdd_url, favicon_url, url_fetcher_customize_callback,
64 RequestDelegate( TemplateURLFetcher* fetcher, const base::string16& keyword, const GURL& osdd_url, const GURL& favicon_url, const URLFetcherCustomizeCallback& url_fetcher_customize_callback, const ConfirmAddSearchProviderCallback& confirm_add_callback, ProviderType provider_type) argument
217 ScheduleDownload( const base::string16& keyword, const GURL& osdd_url, const GURL& favicon_url, const URLFetcherCustomizeCallback& url_fetcher_customize_callback, const ConfirmAddSearchProviderCallback& confirm_add_callback, ProviderType provider_type) argument

Completed in 99 milliseconds