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

  /external/chromium/chrome/browser/profiles/
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_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...]
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());
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_io_data.cc 169 IOThread::Globals* const io_thread_globals = io_thread->globals(); member in class:IOThread
180 io_thread_globals->host_resolver.get());
182 io_thread_globals->cert_verifier.get());
184 io_thread_globals->http_auth_handler_factory.get());
190 io_thread_globals->throttler_manager.get());
244 IOThread::Globals* const io_thread_globals = io_thread->globals(); member in class:IOThread
253 io_thread_globals->throttler_manager.get());
359 IOThread::Globals* io_thread_globals) const {
profile_impl_io_data.cc 332 IOThread::Globals* const io_thread_globals = io_thread->globals(); member in class:IOThread
359 io_thread_globals->host_resolver.get());
361 io_thread_globals->http_auth_handler_factory.get());
367 io_thread_globals->throttler_manager.get());
442 new net::FtpNetworkLayer(io_thread_globals->host_resolver.get()));
472 IOThread::Globals* const io_thread_globals = io_thread->globals(); member in class:IOThread
480 io_thread_globals->throttler_manager.get());
693 IOThread::Globals* io_thread_globals) const {
694 return io_thread_globals->load_time_stats.get();
profile_io_data.cc 740 IOThread::Globals* const io_thread_globals = io_thread->globals(); member in class:IOThread
742 load_time_stats_ = GetLoadTimeStats(io_thread_globals);
755 io_thread_globals->extension_event_router_forwarder.get(),
776 io_thread_globals->proxy_script_fetcher_context.get(),
777 io_thread_globals->system_network_delegate.get(),
795 resource_context_->host_resolver_ = io_thread_globals->host_resolver.get();
813 io_thread_globals->cert_verifier.get());
    [all...]

Completed in 547 milliseconds