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

123456

/external/chromium/android/autofill/
H A Dandroid_url_request_context_getter.h39 , io_thread_(ioThread)
51 mutable base::Thread* io_thread_; member in class:AndroidURLRequestContextGetter
/external/chromium/chrome/browser/ui/cocoa/
H A Dbrowser_test_helper.h49 scoped_ptr<BrowserThread> io_thread_; member in class:BrowserTestHelper
/external/chromium_org/chrome/browser/extensions/api/dns/
H A Ddns_api.h46 IOThread* io_thread_; member in class:extensions::DnsResolveFunction
/external/chromium_org/content/child/
H A Dchild_process.h33 base::MessageLoop* io_message_loop() { return io_thread_.message_loop(); }
35 return io_thread_.message_loop_proxy().get();
68 base::Thread io_thread_; member in class:content::ChildProcess
72 // io_thread_.
/external/chromium/chrome/browser/extensions/
H A Dextension_info_map_unittest.cc22 io_thread_(BrowserThread::IO, &message_loop_) {
28 BrowserThread io_thread_; member in class:__anon2132::ExtensionInfoMapTest
H A Dextension_service_unittest.h56 BrowserThread io_thread_; member in class:ExtensionServiceTestBase
H A Dextension_event_router_forwarder_unittest.cc39 io_thread_(BrowserThread::IO) {
47 ASSERT_TRUE(io_thread_.Start());
68 BrowserThread io_thread_; member in class:ExtensionEventRouterForwarderTest
H A Dimage_loading_tracker_unittest.cc28 io_thread_(BrowserThread::IO) {
86 io_thread_.Start();
94 BrowserThread io_thread_; member in class:ImageLoadingTrackerTest
/external/chromium/chrome/browser/sync/notifier/
H A Dinvalidation_notifier_unittest.cc29 InvalidationNotifierTest() : io_thread_(BrowserThread::IO, &message_loop_) {}
53 BrowserThread io_thread_; member in class:sync_notifier::__anon2504::InvalidationNotifierTest
/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 Dextension_info_map_unittest.cc28 io_thread_(BrowserThread::IO, &message_loop_) {
34 content::TestBrowserThread io_thread_; member in class:__anon5023::ExtensionInfoMapTest
H A Dtest_extension_environment.h64 content::TestBrowserThread io_thread_; member in class:extensions::TestExtensionEnvironment
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dcocoa_profile_test.h69 scoped_ptr<content::TestBrowserThread> io_thread_; member in class:CocoaProfileTest
/external/chromium_org/components/nacl/loader/
H A Dnacl_listener.h54 base::Thread io_thread_; member in class:NaClListener
/external/chromium_org/net/test/spawned_test_server/
H A Dspawner_communicator.h116 base::Thread io_thread_; member in class:net::SpawnerCommunicator
/external/chromium/chrome/browser/download/
H A Ddownload_request_limiter_unittest.cc16 DownloadRequestLimiterTest() : io_thread_(BrowserThread::IO, &message_loop_) {
85 BrowserThread io_thread_; member in class:DownloadRequestLimiterTest
/external/chromium/chrome/browser/sync/glue/
H A Ddatabase_model_worker_unittest.cc26 io_thread_(BrowserThread::IO, &io_loop_),
81 BrowserThread io_thread_; member in class:__anon2478::DatabaseModelWorkerTest
/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(
105 base::Thread io_thread_; member in class:__anon7045::FetchUrlTest
/external/chromium_org/content/browser/renderer_host/media/
H A Dmedia_stream_ui_controller_unittest.cc49 io_thread_.reset(new BrowserThreadImpl(BrowserThread::IO,
76 scoped_ptr<BrowserThreadImpl> io_thread_; member in class:content::MediaStreamDeviceUIControllerTest
/external/chromium/base/
H A Dmessage_loop_proxy_impl_unittest.cc25 ASSERT_TRUE(io_thread_->message_loop_proxy()->BelongsToCurrentThread());
34 io_thread_.reset(new base::Thread("MessageLoopProxyImplTest_IO"));
36 io_thread_->Start();
41 io_thread_->Stop();
78 scoped_ptr<base::Thread> io_thread_; member in class:MessageLoopProxyImplTest
93 EXPECT_TRUE(io_thread_->message_loop_proxy()->ReleaseSoon(FROM_HERE, this));
/external/chromium/chrome/browser/chromeos/login/
H A Donline_attempt_unittest.cc35 io_thread_(BrowserThread::IO),
56 io_thread_.Start();
77 io_thread_.Stop();
100 BrowserThread io_thread_; member in class:chromeos::OnlineAttemptTest
118 io_thread_.Stop();
277 io_thread_.Stop();
/external/chromium/chrome/browser/notifications/
H A Ddesktop_notification_service_unittest.cc37 io_thread_.reset(new BrowserThread(BrowserThread::IO));
38 io_thread_->Start();
65 io_thread_->Stop();
88 scoped_ptr<BrowserThread> io_thread_; member in class:__anon2310::ThreadProxy
/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

Completed in 558 milliseconds

123456