OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
139
// |
proxy_script_fetcher_context
| for the second context. It has a direct
141
scoped_ptr<net::URLRequestContext>
proxy_script_fetcher_context
;
member in struct:IOThread::Globals
147
// between |
proxy_script_fetcher_context
| and |system_request_context|.
Completed in 25 milliseconds