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

  /external/chromium/chrome/browser/profiles/
profile_impl_io_data.cc 171 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->host_resolver.get()))
    [all...]
off_the_record_profile_io_data.cc 125 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());
profile_io_data.cc 278 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 27 milliseconds