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

  /external/chromium_org/chrome/browser/net/spdyproxy/
proxy_advisor.h 29 // The ProxyAdvisor owns the HEAD requests. Since we don't care about any
33 // ProxyAdvisor monitors the state of the proxy preference; if it is
36 // ProxyAdvisor instances should be created on the UI thread.
37 class ProxyAdvisor : public net::URLRequest::Delegate {
39 ProxyAdvisor(PrefService* pref_service,
41 virtual ~ProxyAdvisor();
49 // If |url| would be proxied (according to WouldProxyURL()), the ProxyAdvisor
proxy_advisor.cc 73 ProxyAdvisor::ProxyAdvisor(PrefService* pref_service,
81 base::Bind(&ProxyAdvisor::UpdateProxyState, base::Unretained(this)));
87 ProxyAdvisor::~ProxyAdvisor() {
91 void ProxyAdvisor::OnResponseStarted(net::URLRequest* request) {
103 void ProxyAdvisor::OnReadCompleted(net::URLRequest* request, int bytes_read) {
107 void ProxyAdvisor::Advise(
138 bool ProxyAdvisor::WouldProxyURL(const GURL& url) {
148 void ProxyAdvisor::RequestComplete(net::URLRequest* request)
    [all...]

Completed in 24 milliseconds