OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_request_context
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/proxy/
proxy_resolver_js_bindings.h
72
ProxyResolverRequestContext*
current_request_context
) {
73
current_request_context_ =
current_request_context
;
77
ProxyResolverRequestContext*
current_request_context
() {
function in class:net::ProxyResolverJSBindings
proxy_resolver_js_bindings.cc
235
HostCache* host_cache =
current_request_context
() ?
236
current_request_context
()->host_cache : NULL;
268
if (
current_request_context
() &&
current_request_context
()->net_log)
269
current_request_context
()->net_log->AddEntry(type, phase, params);
Completed in 2852 milliseconds