Searched defs:ipc_thread_ (Results 1 - 5 of 5) 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/content/browser/renderer_host/
H A Drender_sandbox_host_linux.h50 scoped_ptr<base::DelegateSimpleThread> ipc_thread_; member in class:content::RenderSandboxHostLinux
/external/chromium_org/ash/test/
H A Dash_test_base.h139 // Note that the order is important here as ipc_thread_ should be destroyed
141 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()),
88 ipc_thread_.Stop();
155 channel_name_, mode_, this, ipc_thread_.message_loop_proxy().get(),
164 const base::Thread& ipc_thread() const { return ipc_thread_; }
169 // Link ipc_thread_, listener_thread_ and channel_ altogether.
170 StartThread(&ipc_thread_, base::MessageLoop::TYPE_IO);
183 ipc_thread_.message_loop()->PostTask(
225 base::Thread ipc_thread_; member in class:IPC::__anon8488::Worker

Completed in 1438 milliseconds