HomeSort by relevance Sort by last modified time
    Searched refs:ipc_thread_ (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/content/browser/renderer_host/
render_sandbox_host_linux.cc 54 ipc_thread_.reset(
56 ipc_thread_->Start();
70 ipc_thread_->Join();
render_sandbox_host_linux.h 50 scoped_ptr<base::DelegateSimpleThread> ipc_thread_; member in class:content::RenderSandboxHostLinux
  /external/chromium_org/cloud_print/service/win/
service_listener.cc 58 : ipc_thread_(new base::Thread("ipc_thread")),
60 ipc_thread_->StartWithOptions(
62 ipc_thread_->message_loop()->PostTask(
67 ipc_thread_->message_loop()->PostTask(FROM_HERE,
70 ipc_thread_->Stop();
98 ipc_thread_->message_loop()->PostDelayedTask(
service_listener.h 35 scoped_ptr<base::Thread> ipc_thread_; member in class:ServiceListener
setup_listener.cc 31 ipc_thread_(new base::Thread("ipc_thread")),
34 ipc_thread_->StartWithOptions(
36 ipc_thread_->message_loop()->PostTask(
42 ipc_thread_->message_loop()->PostTask(FROM_HERE,
45 ipc_thread_->Stop();
94 ipc_thread_->message_loop()->QuitWhenIdle();
setup_listener.h 78 scoped_ptr<base::Thread> ipc_thread_; member in class:SetupListener
  /external/chromium_org/ash/test/
ash_test_base.h 139 // 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
ash_test_base.cc 143 ipc_thread_.reset(new base::Thread("test_metro_viewer_ipc_thread"));
146 ipc_thread_->StartWithOptions(options);
148 new TestMetroViewerProcessHost(ipc_thread_->message_loop_proxy()));
  /external/chromium_org/ipc/
ipc_sync_channel_unittest.cc 41 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::__anon13113::Worker
    [all...]

Completed in 159 milliseconds