Searched defs:io_thread_ (Results 1 - 25 of 88) sorted by relevance

1234

/external/chromium_org/storage/browser/quota/
H A Dquota_manager_proxy.h72 scoped_refptr<base::SingleThreadTaskRunner> io_thread_; member in class:storage::QuotaManagerProxy
/external/chromium_org/base/test/
H A Dtest_io_thread.h43 return static_cast<base::MessageLoopForIO*>(io_thread_.message_loop());
51 base::Thread io_thread_; member in class:base::TestIOThread
/external/chromium_org/components/gcm_driver/
H A Dfake_gcm_client_factory.h35 scoped_refptr<base::SequencedTaskRunner> io_thread_; member in class:gcm::FakeGCMClientFactory
H A Dfake_gcm_client.h103 scoped_refptr<base::SequencedTaskRunner> io_thread_; member in class:gcm::FakeGCMClient
H A Dgcm_driver_desktop.h164 scoped_refptr<base::SequencedTaskRunner> io_thread_; member in class:gcm::GCMDriverDesktop
/external/chromium_org/components/nacl/loader/nonsfi/
H A Dnonsfi_listener.h42 base::Thread io_thread_; member in class:nacl::nonsfi::NonSfiListener
/external/chromium_org/components/signin/core/browser/
H A Dsignin_manager_cookie_helper.h46 // Fetch cookies for the given URL. This must be called on |io_thread_|.
49 // Callback for fetching cookies. This must be called on |io_thread_|.
62 scoped_refptr<base::MessageLoopProxy> io_thread_; member in class:SigninManagerCookieHelper
/external/chromium_org/content/child/
H A Dchild_process.h45 base::MessageLoop* io_message_loop() { return io_thread_.message_loop(); }
47 return io_thread_.message_loop_proxy().get();
79 base::Thread io_thread_; member in class:content::ChildProcess
83 // io_thread_.
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_quota_helper.h70 explicit BrowsingDataQuotaHelper(base::MessageLoopProxy* io_thread_);
76 scoped_refptr<base::MessageLoopProxy> io_thread_; member in class:BrowsingDataQuotaHelper
H A Dbrowsing_data_quota_helper_impl.h65 scoped_refptr<base::MessageLoopProxy> io_thread_; member in class:BrowsingDataQuotaHelperImpl
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_info_map_unittest.cc52 io_thread_(BrowserThread::IO, &message_loop_) {}
57 content::TestBrowserThread io_thread_; member in class:extensions::ChromeInfoMapTest
H A Dextension_icon_manager_unittest.cc31 io_thread_(BrowserThread::IO) {}
55 io_thread_.Start();
67 content::TestBrowserThread io_thread_; member in class:ExtensionIconManagerTest
/external/chromium_org/chrome/browser/net/
H A Dssl_config_service_manager_pref_unittest.cc34 io_thread_(BrowserThread::IO, &message_loop_) {}
39 content::TestBrowserThread io_thread_; member in class:SSLConfigServiceManagerPrefTest
H A Dconnection_tester_unittest.cc93 : io_thread_(BrowserThread::IO, &message_loop_),
107 content::TestBrowserThread io_thread_; member in class:__anon4324::ConnectionTesterTest
/external/chromium_org/mojo/shell/
H A Dtask_runners.h34 return io_thread_->message_loop_proxy().get();
43 scoped_ptr<base::Thread> io_thread_; member in class:mojo::shell::TaskRunners
/external/chromium_org/net/test/spawned_test_server/
H A Dspawner_communicator.h116 base::Thread io_thread_; member in class:net::SpawnerCommunicator
/external/chromium_org/tools/ipc_fuzzer/replay/
H A Dreplay_process.h48 base::Thread io_thread_; member in class:ipc_fuzzer::ReplayProcess
/external/chromium_org/chrome/test/chromedriver/net/
H A Dnet_util_unittest.cc33 : io_thread_("io"),
36 CHECK(io_thread_.StartWithOptions(options));
38 io_thread_.message_loop_proxy());
40 io_thread_.message_loop_proxy()->PostTask(
49 io_thread_.message_loop_proxy()->PostTask(
106 base::Thread io_thread_; member in class:__anon5960::FetchUrlTest
/external/chromium_org/content/browser/renderer_host/media/
H A Dmedia_stream_ui_controller_unittest.cc49 io_thread_.reset(new BrowserThreadImpl(BrowserThread::IO,
74 scoped_ptr<BrowserThreadImpl> io_thread_; member in class:content::MediaStreamDeviceUIControllerTest
/external/chromium_org/extensions/browser/
H A Dinfo_map_unittest.cc24 io_thread_(BrowserThread::IO, &message_loop_) {}
29 content::TestBrowserThread io_thread_; member in class:extensions::InfoMapTest
/external/chromium_org/base/message_loop/
H A Dmessage_loop_proxy_impl_unittest.cc29 ASSERT_TRUE(io_thread_->message_loop_proxy()->BelongsToCurrentThread());
30 ASSERT_EQ(io_thread_->message_loop_proxy(),
42 io_thread_.reset(new Thread("MessageLoopProxyImplTest_IO"));
44 io_thread_->Start();
49 io_thread_->Stop();
75 scoped_ptr<Thread> io_thread_; member in class:base::MessageLoopProxyImplTest
83 EXPECT_TRUE(io_thread_->message_loop_proxy()->ReleaseSoon(FROM_HERE, this));
/external/chromium_org/chrome/browser/chromeos/attestation/
H A Dattestation_ca_client_unittest.cc21 : io_thread_(content::BrowserThread::IO, &message_loop_),
53 content::TestBrowserThread io_thread_; member in class:chromeos::attestation::AttestationCAClientTest
/external/chromium_org/chrome/browser/signin/
H A Dsignin_names_io_thread_unittest.cc33 content::TestBrowserThread io_thread_; member in class:SigninNamesOnIOThreadTest
42 io_thread_(content::BrowserThread::IO, &message_loop_),
/external/chromium_org/chrome/service/
H A Dservice_process.h61 return io_thread_.get();
126 scoped_ptr<base::Thread> io_thread_; member in class:ServiceProcess
/external/chromium_org/chrome/test/base/
H A Dtesting_browser_process.h176 IOThread* io_thread_; member in class:TestingBrowserProcess

Completed in 6373 milliseconds

1234