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

/external/chromium_org/net/proxy/
H A Dproxy_script_decider.h85 struct PacSource { struct in class:net::ProxyScriptDecider
92 PacSource(Type type, const GURL& url) function in struct:net::ProxyScriptDecider::PacSource
95 // Returns a Value representing the PacSource. |effective_pac_url| must
105 typedef std::vector<PacSource> PacSourceList;
148 void DetermineURL(const PacSource& pac_source, GURL* effective_pac_url);
151 const PacSource& current_pac_source() const;

Completed in 105 milliseconds