Searched refs:query_url (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/net/proxy/ |
D | proxy_resolver_winhttp.cc | 39 int ProxyResolverWinHttp::GetProxyForURL(const GURL& query_url, in GetProxyForURL() argument 69 base::ASCIIToWide(query_url.spec()).c_str(), in GetProxyForURL() 75 session_handle_, base::ASCIIToWide(query_url.spec()).c_str(), in GetProxyForURL()
|
D | proxy_resolver_perftest.cc | 29 const char* query_url; member 69 if (queries[i].query_url == NULL) in NumQueries() 142 GURL(query.query_url), &proxy_info, net::CompletionCallback(), NULL, in RunTest()
|
D | multi_threaded_proxy_resolver_unittest.cc | 39 virtual int GetProxyForURL(const GURL& query_url, in GetProxyForURL() argument 55 results->UseNamedProxy(query_url.host()); in GetProxyForURL() 136 virtual int GetProxyForURL(const GURL& query_url, in GetProxyForURL() argument 147 query_url, results, callback, request, net_log); in GetProxyForURL() 163 virtual int GetProxyForURL(const GURL& query_url, in GetProxyForURL() argument 169 query_url, results, callback, request, net_log); in GetProxyForURL()
|
D | proxy_resolver_mac.cc | 75 int ProxyResolverMac::GetProxyForURL(const GURL& query_url, in GetProxyForURL() argument 81 base::SysUTF8ToCFStringRef(query_url.spec())); in GetProxyForURL()
|
D | proxy_resolver_v8.cc | 365 int ResolveProxy(const GURL& query_url, ProxyInfo* results) { in ResolveProxy() argument 382 ASCIIStringToV8String(isolate_, query_url.spec()), in ResolveProxy() 383 ASCIIStringToV8String(isolate_, query_url.HostNoBrackets()), in ResolveProxy() 719 const GURL& query_url, ProxyInfo* results, in GetProxyForURL() argument 731 int rv = context_->ResolveProxy(query_url, results); in GetProxyForURL()
|
/external/chromium_org/chrome/browser/ui/app_list/search/common/ |
D | json_response_fetcher.cc | 30 void JSONResponseFetcher::Start(const GURL& query_url) { in Start() argument 34 query_url, in Start()
|
D | json_response_fetcher.h | 45 void Start(const GURL& query_url);
|
/external/chromium_org/google_apis/gaia/ |
D | fake_gaia.cc | 246 GURL query_url("http://localhost?" + query); in GetQueryParameter() local 247 return net::GetValueForKeyInQuery(query_url, key, value); in GetQueryParameter()
|