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

  /external/chromium/chrome/browser/
io_thread.h 68 scoped_refptr<net::URLRequestContext> proxy_script_fetcher_context; member in struct:IOThread::Globals
io_thread.cc 467 scoped_refptr<net::URLRequestContext> proxy_script_fetcher_context = local
469 globals_->proxy_script_fetcher_context = proxy_script_fetcher_context;
652 globals_->proxy_script_fetcher_context,
  /external/chromium_org/chrome/browser/
io_thread.h 136 // |proxy_script_fetcher_context| for the second context. It has a direct
138 scoped_ptr<net::URLRequestContext> proxy_script_fetcher_context; member in struct:IOThread::Globals
144 // between |proxy_script_fetcher_context| and |system_request_context|.

Completed in 39 milliseconds