Searched refs:io_thread_ (Results 1 - 25 of 109) sorted by relevance

12345

/external/chromium_org/components/gcm_driver/
H A Dfake_gcm_client_factory.cc19 io_thread_(io_thread) {
27 gcm_client_start_mode_, ui_thread_, io_thread_));
H A Dgcm_driver_desktop.cc140 scoped_refptr<base::SequencedTaskRunner> io_thread_; member in class:gcm::GCMDriverDesktop::IOWorker
153 io_thread_(io_thread) {
158 DCHECK(io_thread_->RunsTasksOnCurrentThread());
167 DCHECK(io_thread_->RunsTasksOnCurrentThread());
183 DCHECK(io_thread_->RunsTasksOnCurrentThread());
194 DCHECK(io_thread_->RunsTasksOnCurrentThread());
206 DCHECK(io_thread_->RunsTasksOnCurrentThread());
217 DCHECK(io_thread_->RunsTasksOnCurrentThread());
228 DCHECK(io_thread_->RunsTasksOnCurrentThread());
238 DCHECK(io_thread_
[all...]
H A Dfake_gcm_client.cc26 io_thread_(io_thread),
45 DCHECK(io_thread_->RunsTasksOnCurrentThread());
62 DCHECK(io_thread_->RunsTasksOnCurrentThread());
68 DCHECK(io_thread_->RunsTasksOnCurrentThread());
74 DCHECK(io_thread_->RunsTasksOnCurrentThread());
86 DCHECK(io_thread_->RunsTasksOnCurrentThread());
98 DCHECK(io_thread_->RunsTasksOnCurrentThread());
121 io_thread_->PostTask(
130 io_thread_->PostTask(
141 io_thread_
[all...]
H A Dfake_gcm_client_factory.h35 scoped_refptr<base::SequencedTaskRunner> io_thread_; member in class:gcm::FakeGCMClientFactory
/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();
80 base::Thread io_thread_; member in class:content::ChildProcess
84 // io_thread_.
H A Dchild_process.cc40 io_thread_("Chrome_ChildIOThread") {
47 CHECK(io_thread_.StartWithOptions(
51 io_thread_.SetPriority(base::kThreadPriority_Display);
72 io_thread_.Stop();
/external/chromium_org/webkit/browser/quota/
H A Dquota_manager_proxy.cc37 if (!io_thread_->BelongsToCurrentThread() &&
38 io_thread_->PostTask(
54 if (!io_thread_->BelongsToCurrentThread()) {
55 io_thread_->PostTask(
71 if (!io_thread_->BelongsToCurrentThread()) {
72 io_thread_->PostTask(
85 if (!io_thread_->BelongsToCurrentThread()) {
86 io_thread_->PostTask(
98 if (!io_thread_->BelongsToCurrentThread()) {
99 io_thread_
[all...]
/external/chromium_org/components/invalidation/
H A Dnon_blocking_invalidator_unittest.cc25 NonBlockingInvalidatorTestDelegate() : io_thread_("IO thread") {}
39 io_thread_.StartWithOptions(options);
41 new net::TestURLRequestContextGetter(io_thread_.message_loop_proxy());
64 io_thread_.Stop();
71 io_thread_.message_loop_proxy()->PostTaskAndReply(
89 base::Thread io_thread_; member in class:syncer::NonBlockingInvalidatorTestDelegate
/external/chromium_org/mojo/shell/
H A Dtask_runners.h33 return io_thread_->message_loop_proxy();
43 scoped_ptr<base::Thread> io_thread_; member in class:mojo::shell::TaskRunners
H A Dtask_runners.cc28 io_thread_(CreateIOThread("io_thread")),
/external/chromium_org/components/signin/core/browser/
H A Dsignin_manager_cookie_helper.cc20 io_thread_(io_thread) {
41 io_thread_->PostTask(FROM_HERE,
48 DCHECK(io_thread_->BelongsToCurrentThread());
63 DCHECK(io_thread_->BelongsToCurrentThread());
/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));
H A Dmessage_pump_io_ios_unittest.cc20 io_thread_("MessagePumpIOSForIOTestIOThread") {}
25 ASSERT_TRUE(io_thread_.StartWithOptions(options));
26 ASSERT_EQ(MessageLoop::TYPE_IO, io_thread_.message_loop()->type());
42 return static_cast<MessageLoopForIO*>(io_thread_.message_loop());
56 Thread io_thread_; member in class:base::MessagePumpIOSForIOTest
H A Dmessage_pump_libevent_unittest.cc23 io_thread_("MessagePumpLibeventTestIOThread") {}
28 ASSERT_TRUE(io_thread_.StartWithOptions(options));
29 ASSERT_EQ(MessageLoop::TYPE_IO, io_thread_.message_loop()->type());
43 return static_cast<MessageLoopForIO*>(io_thread_.message_loop());
56 Thread io_thread_; member in class:base::MessagePumpLibeventTest
/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:__anon5892::FetchUrlTest
/external/chromium_org/net/test/embedded_test_server/
H A Dembedded_test_server.cc131 DCHECK(io_thread_ && io_thread_->IsRunning());
138 io_thread_->Stop();
139 io_thread_.reset();
170 DCHECK(!io_thread_.get());
173 io_thread_.reset(new base::Thread("EmbeddedTestServer io thread"));
174 CHECK(io_thread_->StartWithOptions(thread_options));
178 DCHECK(io_thread_->message_loop_proxy()->BelongsToCurrentThread());
199 DCHECK(io_thread_->message_loop_proxy()->BelongsToCurrentThread());
205 DCHECK(io_thread_
[all...]
/external/chromium_org/mojo/system/
H A Dtest_utils.cc55 : io_thread_("test_io_thread"),
74 CHECK(io_thread_.StartWithOptions(
80 io_thread_.Stop();
H A Dtest_utils.h82 return static_cast<base::MessageLoopForIO*>(io_thread_.message_loop());
90 base::Thread io_thread_; member in class:mojo::system::test::TestIOThread
/external/chromium_org/tools/ipc_fuzzer/replay/
H A Dreplay_process.cc21 : io_thread_("Chrome_ChildIOThread"),
44 io_thread_.StartWithOptions(
61 io_thread_.message_loop_proxy());
H A Dreplay_process.h48 base::Thread io_thread_; member in class:ipc_fuzzer::ReplayProcess
/external/chromium_org/content/public/test/
H A Dtest_browser_thread_bundle.cc34 io_thread_.reset();
110 io_thread_.reset(new TestBrowserThread(BrowserThread::IO));
111 io_thread_->StartIOThread();
113 io_thread_.reset(
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_quota_helper.cc34 helper->io_thread_->DeleteSoon(FROM_HERE, helper);
39 : io_thread_(io_thread) {
H A Dbrowsing_data_quota_helper.h70 explicit BrowsingDataQuotaHelper(base::MessageLoopProxy* io_thread_);
76 scoped_refptr<base::MessageLoopProxy> io_thread_; member in class:BrowsingDataQuotaHelper
/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/content/browser/service_worker/
H A Dservice_worker_registration_unittest.cc22 : io_thread_(BrowserThread::IO, &message_loop_) {}
44 BrowserThreadImpl io_thread_; member in class:content::ServiceWorkerRegistrationTest

Completed in 503 milliseconds

12345