Searched defs:ipc_thread_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/cloud_print/service/win/
H A Dservice_listener.h35 scoped_ptr<base::Thread> ipc_thread_; member in class:ServiceListener
H A Dsetup_listener.h78 scoped_ptr<base::Thread> ipc_thread_; member in class:SetupListener
/external/chromium_org/ash/test/
H A Dash_test_base.h144 // Note that the order is important here as ipc_thread_ should be destroyed
146 scoped_ptr<base::Thread> ipc_thread_; member in class:ash::test::AshTestBase
/external/chromium_org/ipc/
H A Dipc_sync_channel_unittest.cc41 ipc_thread_((thread_name + "_ipc").c_str()),
54 ipc_thread_((channel_name + "_ipc").c_str()),
91 ipc_thread_.Stop();
160 ipc_thread_.message_loop_proxy().get(),
169 const base::Thread& ipc_thread() const { return ipc_thread_; }
174 // Link ipc_thread_, listener_thread_ and channel_ altogether.
175 StartThread(&ipc_thread_, base::MessageLoop::TYPE_IO);
188 ipc_thread_.message_loop()->PostTask(
230 base::Thread ipc_thread_; member in class:IPC::__anon8898::Worker

Completed in 93 milliseconds