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

  /external/chromium/chrome/browser/chromeos/cros/
libcros_service_library.cc 58 // Callback on IO thread for when net::ProxyService::ResolveProxy
78 void ResolveProxy(const std::string& source_url);
188 // Static, called on UI thread from LibCrosService::ResolveProxy via dbus.
196 NewRunnableMethod(lib, &NetworkProxyLibrary::ResolveProxy, url));
200 void LibCrosServiceLibraryImpl::NetworkProxyLibrary::ResolveProxy(
231 request->result_ = proxy_service->ResolveProxy(
275 // Called on IO thread when net::ProxyService::ResolveProxy has completed.
  /external/chromium/net/proxy/
proxy_resolver_v8.cc 351 int ResolveProxy(const GURL& query_url, ProxyInfo* results) {
713 int rv = context_->ResolveProxy(query_url, results);
proxy_service.cc 504 int ProxyService::ResolveProxy(const GURL& raw_url,
671 // Check to see if we have a new config since ResolveProxy was called. We
672 // want to re-run ResolveProxy in two cases: 1) we have a new config, or 2) a
681 return ResolveProxy(url, result, callback, pac_request, net_log);
937 int SyncProxyServiceHelper::ResolveProxy(const GURL& url,
972 result_ = proxy_service_->ResolveProxy(
    [all...]

Completed in 47 milliseconds