Home | History | Annotate | Download | only in proxy

Lines Matching refs:url

36 // HTTP(S) URL.  It uses the given ProxyResolver to handle the actual proxy
69 // 2. PAC URL
73 int ResolveProxy(const GURL& url,
91 int ReconsiderProxyAfterError(const GURL& url,
203 // hardcoded proxy fallback list (|pac_string|) for every URL.
258 // Otherwise it fills |result| with the proxy information for |url|.
260 int TryToCompleteSynchronously(const GURL& url, ProxyInfo* result);
302 // and custom PAC url).
355 int ResolveProxy(const GURL& url,
358 int ReconsiderProxyAfterError(const GURL& url,
367 void StartAsyncResolve(const GURL& url, const BoundNetLog& net_log);
368 void StartAsyncReconsider(const GURL& url, const BoundNetLog& net_log);