IOThread 30 chrome/browser/browser_process.h class IOThread; IOThread 132 chrome/browser/browser_process.h virtual IOThread* io_thread() = 0; IOThread 428 chrome/browser/browser_process_impl.cc IOThread* BrowserProcessImpl::io_thread() { IOThread 866 chrome/browser/browser_process_impl.cc io_thread_.reset(new IOThread(local_state(), policy_service(), net_log_.get(), IOThread 77 chrome/browser/browser_process_impl.h virtual IOThread* io_thread() OVERRIDE; IOThread 164 chrome/browser/browser_process_impl.h scoped_ptr<IOThread> io_thread_; IOThread 779 chrome/browser/browsing_data/browsing_data_remover.cc IOThread* io_thread) { IOThread 27 chrome/browser/browsing_data/browsing_data_remover.h class IOThread; IOThread 264 chrome/browser/browsing_data/browsing_data_remover.h void ClearHostnameResolutionCacheOnIOThread(IOThread* io_thread); IOThread 255 chrome/browser/chromeos/login/login_utils_browsertest.cc io_thread_state_.reset(new IOThread(local_state_.Get(), IOThread 500 chrome/browser/chromeos/login/login_utils_browsertest.cc scoped_ptr<IOThread> io_thread_state_; IOThread 220 chrome/browser/io_thread.cc ConstructProxyScriptFetcherContext(IOThread::Globals* globals, IOThread 250 chrome/browser/io_thread.cc ConstructSystemRequestContext(IOThread::Globals* globals, IOThread 347 chrome/browser/io_thread.cc explicit SystemURLRequestContextGetter(IOThread* io_thread); IOThread 358 chrome/browser/io_thread.cc IOThread* const io_thread_; // Weak pointer, owned by BrowserProcess. IOThread 365 chrome/browser/io_thread.cc IOThread* io_thread) IOThread 385 chrome/browser/io_thread.cc IOThread::Globals:: IOThread 392 chrome/browser/io_thread.cc IOThread::Globals:: IOThread 398 chrome/browser/io_thread.cc IOThread::Globals::Globals() IOThread 407 chrome/browser/io_thread.cc IOThread::Globals::~Globals() {} IOThread 411 chrome/browser/io_thread.cc IOThread::IOThread( IOThread 460 chrome/browser/io_thread.cc base::Bind(&IOThread::UpdateDnsClientEnabled, IOThread 479 chrome/browser/io_thread.cc IOThread::~IOThread() { IOThread 488 chrome/browser/io_thread.cc IOThread::Globals* IOThread::globals() { IOThread 493 chrome/browser/io_thread.cc void IOThread::SetGlobalsForTesting(Globals* globals) { IOThread 499 chrome/browser/io_thread.cc ChromeNetLog* IOThread::net_log() { IOThread 503 chrome/browser/io_thread.cc void IOThread::ChangedToOnTheRecord() { IOThread 508 chrome/browser/io_thread.cc base::Bind(&IOThread::ChangedToOnTheRecordOnIOThread, IOThread 512 chrome/browser/io_thread.cc net::URLRequestContextGetter* IOThread::system_url_request_context_getter() { IOThread 520 chrome/browser/io_thread.cc void IOThread::Init() { IOThread 525 chrome/browser/io_thread.cc void IOThread::InitAsync() { IOThread 728 chrome/browser/io_thread.cc base::Bind(&IOThread::InitSystemRequestContext, IOThread 732 chrome/browser/io_thread.cc void IOThread::CleanUp() { IOThread 761 chrome/browser/io_thread.cc void IOThread::InitializeNetworkOptions(const CommandLine& command_line) { IOThread 815 chrome/browser/io_thread.cc void IOThread::EnableSpdy(const std::string& mode) { IOThread 880 chrome/browser/io_thread.cc void IOThread::RegisterPrefs(PrefRegistrySimple* registry) { IOThread 919 chrome/browser/io_thread.cc net::HttpAuthHandlerFactory* IOThread::CreateDefaultAuthHandlerFactory( IOThread 953 chrome/browser/io_thread.cc void IOThread::ClearHostCache() { IOThread 961 chrome/browser/io_thread.cc void IOThread::InitializeNetworkSessionParams( IOThread 1008 chrome/browser/io_thread.cc base::TimeTicks IOThread::creation_time() const { IOThread 1012 chrome/browser/io_thread.cc net::SSLConfigService* IOThread::GetSSLConfigService() { IOThread 1016 chrome/browser/io_thread.cc void IOThread::ChangedToOnTheRecordOnIOThread() { IOThread 1024 chrome/browser/io_thread.cc void IOThread::InitSystemRequestContext() { IOThread 1040 chrome/browser/io_thread.cc base::Bind(&IOThread::InitSystemRequestContextOnIOThread, IOThread 1044 chrome/browser/io_thread.cc void IOThread::InitSystemRequestContextOnIOThread() { IOThread 1074 chrome/browser/io_thread.cc void IOThread::UpdateDnsClientEnabled() { IOThread 1078 chrome/browser/io_thread.cc void IOThread::ConfigureQuic(const CommandLine& command_line) { IOThread 1121 chrome/browser/io_thread.cc bool IOThread::ShouldEnableQuic(const CommandLine& command_line, IOThread 1133 chrome/browser/io_thread.cc bool IOThread::ShouldEnableQuicHttps(const CommandLine& command_line, IOThread 1144 chrome/browser/io_thread.cc bool IOThread::ShouldEnableQuicPortSelection( IOThread 1172 chrome/browser/io_thread.cc bool IOThread::ShouldEnableQuicPacing(const CommandLine& command_line, IOThread 1183 chrome/browser/io_thread.cc bool IOThread::ShouldEnableQuicPersistServerInfo( IOThread 1196 chrome/browser/io_thread.cc size_t IOThread::GetQuicMaxPacketLength(const CommandLine& command_line, IOThread 1229 chrome/browser/io_thread.cc net::QuicVersion IOThread::GetQuicVersion(const CommandLine& command_line) { IOThread 80 chrome/browser/io_thread.h class IOThread : public content::BrowserThreadDelegate { IOThread 185 chrome/browser/io_thread.h IOThread(PrefService* local_state, IOThread 190 chrome/browser/io_thread.h virtual ~IOThread(); IOThread 363 chrome/browser/io_thread.h base::WeakPtrFactory<IOThread> weak_factory_; IOThread 367 chrome/browser/io_thread.h DISALLOW_COPY_AND_ASSIGN(IOThread); IOThread 1804 chrome/browser/metrics/metrics_service.cc IOThread* io_thread = g_browser_process->io_thread(); IOThread 17 chrome/browser/net/chrome_url_request_context.h class IOThread; IOThread 317 chrome/browser/net/dns_probe_browsertest.cc void SetUpOnIOThread(IOThread* io_thread); IOThread 328 chrome/browser/net/dns_probe_browsertest.cc IOThread* io_thread_; IOThread 342 chrome/browser/net/dns_probe_browsertest.cc void DnsProbeBrowserTestIOThreadHelper::SetUpOnIOThread(IOThread* io_thread) { IOThread 354 chrome/browser/net/dns_probe_browsertest.cc IOThread::Globals* globals = io_thread_->globals(); IOThread 373 chrome/browser/net/dns_probe_browsertest.cc IOThread::Globals* globals = io_thread_->globals(); IOThread 447 chrome/browser/net/http_pipelining_compatibility_client.cc void DeleteClient(IOThread* io_thread, int /* rv */) { IOThread 454 chrome/browser/net/http_pipelining_compatibility_client.cc IOThread* io_thread) { IOThread 529 chrome/browser/net/http_pipelining_compatibility_client.cc const std::string& pipeline_test_server, IOThread* io_thread) { IOThread 17 chrome/browser/net/http_pipelining_compatibility_client.h class IOThread; IOThread 154 chrome/browser/net/http_pipelining_compatibility_client.h const std::string& pipeline_test_server, IOThread* io_thread); IOThread 60 chrome/browser/net/net_error_tab_helper.cc IOThread* io_thread) { IOThread 848 chrome/browser/net/network_stats.cc IOThread* io_thread) { IOThread 379 chrome/browser/net/network_stats.h IOThread* io_thread); IOThread 311 chrome/browser/net/predictor.cc IOThread* io_thread, IOThread 809 chrome/browser/net/predictor.cc IOThread* io_thread, IOThread 1468 chrome/browser/net/predictor.cc IOThread* io_thread, IOThread 38 chrome/browser/net/predictor.h class IOThread; IOThread 133 chrome/browser/net/predictor.h IOThread* io_thread, IOThread 214 chrome/browser/net/predictor.h IOThread* io_thread, IOThread 607 chrome/browser/net/predictor.h IOThread* io_thread, IOThread 30 chrome/browser/network_time/network_time_tracker.cc IOThread* io_thread, IOThread 46 chrome/browser/network_time/network_time_tracker.cc void UpdateNetworkNotifierOnIOThread(IOThread* io_thread, IOThread 56 chrome/browser/network_time/network_time_tracker.cc void UpdateNetworkNotifier(IOThread* io_thread, IOThread 14 chrome/browser/network_time/network_time_tracker.h class IOThread; IOThread 241 chrome/browser/prefs/browser_prefs.cc IOThread::RegisterPrefs(registry); IOThread 176 chrome/browser/profiles/off_the_record_profile_io_data.cc IOThread* const io_thread = profile_params->io_thread; IOThread 177 chrome/browser/profiles/off_the_record_profile_io_data.cc IOThread::Globals* const io_thread_globals = io_thread->globals(); IOThread 255 chrome/browser/profiles/off_the_record_profile_io_data.cc IOThread* const io_thread = profile_params->io_thread; IOThread 256 chrome/browser/profiles/off_the_record_profile_io_data.cc IOThread::Globals* const io_thread_globals = io_thread->globals(); IOThread 186 chrome/browser/profiles/profile_impl_io_data.cc IOThread* io_thread) const { IOThread 364 chrome/browser/profiles/profile_impl_io_data.cc IOThread* const io_thread = profile_params->io_thread; IOThread 365 chrome/browser/profiles/profile_impl_io_data.cc IOThread::Globals* const io_thread_globals = io_thread->globals(); IOThread 517 chrome/browser/profiles/profile_impl_io_data.cc IOThread* const io_thread = profile_params->io_thread; IOThread 518 chrome/browser/profiles/profile_impl_io_data.cc IOThread::Globals* const io_thread_globals = io_thread->globals(); IOThread 70 chrome/browser/profiles/profile_impl_io_data.h IOThread* io_thread) const; IOThread 924 chrome/browser/profiles/profile_io_data.cc IOThread* const io_thread = profile_params_->io_thread; IOThread 925 chrome/browser/profiles/profile_io_data.cc IOThread::Globals* const io_thread_globals = io_thread->globals(); IOThread 1147 chrome/browser/profiles/profile_io_data.cc IOThread* const io_thread = profile_params->io_thread; IOThread 266 chrome/browser/profiles/profile_io_data.h IOThread* io_thread; IOThread 110 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc void ClearDnsCache(IOThread* io_thread) { IOThread 474 chrome/browser/ui/webui/net_internals/net_internals_ui.cc IOThread* io_thread, IOThread 576 chrome/browser/ui/webui/net_internals/net_internals_ui.cc IOThread* io_thread_; IOThread 964 chrome/browser/ui/webui/net_internals/net_internals_ui.cc IOThread* io_thread, IOThread 106 chrome/test/base/testing_browser_process.cc IOThread* TestingBrowserProcess::io_thread() { IOThread 406 chrome/test/base/testing_browser_process.cc void TestingBrowserProcess::SetIOThread(IOThread* io_thread) { IOThread 23 chrome/test/base/testing_browser_process.h class IOThread; IOThread 61 chrome/test/base/testing_browser_process.h virtual IOThread* io_thread() OVERRIDE; IOThread 126 chrome/test/base/testing_browser_process.h void SetIOThread(IOThread* io_thread); IOThread 169 chrome/test/base/testing_browser_process.h IOThread* io_thread_; IOThread 50 chrome/test/base/testing_io_thread_state.cc new IOThread(TestingBrowserProcess::GetGlobal()->local_state(), IOThread 86 chrome/test/base/testing_io_thread_state.cc io_thread_state_->SetGlobalsForTesting(new IOThread::Globals()); IOThread 11 chrome/test/base/testing_io_thread_state.h class IOThread; IOThread 25 chrome/test/base/testing_io_thread_state.h IOThread* io_thread_state() { return io_thread_state_.get(); } IOThread 31 chrome/test/base/testing_io_thread_state.h scoped_ptr<IOThread> io_thread_state_; IOThread 193 content/browser/appcache/appcache_storage_impl_unittest.cc scoped_ptr<IOThread> io_thread; IOThread 396 content/browser/appcache/appcache_storage_impl_unittest.cc io_thread.reset(new IOThread("AppCacheTest.IOThread")); IOThread 603 webkit/browser/appcache/appcache_update_job_unittest.cc io_thread_.reset(new IOThread("AppCacheUpdateJob IO test thread")); IOThread 3385 webkit/browser/appcache/appcache_update_job_unittest.cc scoped_ptr<IOThread> io_thread_;