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

/external/chromium/chrome/browser/profiles/
H A Doff_the_record_profile_io_data.cc125 IOThread::Globals* const io_thread_globals = io_thread->globals(); member in class:IOThread
139 io_thread_globals->host_resolver.get());
141 io_thread_globals->cert_verifier.get());
143 io_thread_globals->dnsrr_resolver.get());
145 io_thread_globals->http_auth_handler_factory.get());
H A Dprofile_impl_io_data.cc171 IOThread::Globals* const io_thread_globals = io_thread->globals(); member in class:IOThread
195 io_thread_globals->host_resolver.get());
197 io_thread_globals->host_resolver.get());
199 io_thread_globals->cert_verifier.get());
201 io_thread_globals->cert_verifier.get());
203 io_thread_globals->dnsrr_resolver.get());
205 io_thread_globals->dnsrr_resolver.get());
207 io_thread_globals->http_auth_handler_factory.get());
209 io_thread_globals->http_auth_handler_factory.get());
286 new net::FtpNetworkLayer(io_thread_globals
[all...]
H A Dprofile_io_data.cc278 IOThread::Globals* const io_thread_globals = io_thread->globals(); member in class:IOThread
292 io_thread_globals->extension_event_router_forwarder.get(),
298 CreateDnsCertProvenanceChecker(io_thread_globals->dnsrr_resolver.get(),
304 io_thread_globals->proxy_script_fetcher_context.get(),
314 resource_context_.set_host_resolver(io_thread_globals->host_resolver.get());

Completed in 55 milliseconds