Home
last modified time | relevance | path

Searched refs:ChildProcess (Results 1 – 25 of 37) sorted by relevance

12

/external/chromium_org/content/child/
Dchild_process.cc33 base::LazyInstance<base::ThreadLocalPointer<ChildProcess> > g_lazy_tls =
37 ChildProcess::ChildProcess() in ChildProcess() function in content::ChildProcess
55 ChildProcess::~ChildProcess() { in ~ChildProcess()
74 ChildThread* ChildProcess::main_thread() { in main_thread()
78 void ChildProcess::set_main_thread(ChildThread* thread) { in set_main_thread()
82 void ChildProcess::AddRefProcess() { in AddRefProcess()
88 void ChildProcess::ReleaseProcess() { in ReleaseProcess()
99 ChildProcess* ChildProcess::current() { in current()
103 base::WaitableEvent* ChildProcess::GetShutDownEvent() { in GetShutDownEvent()
107 void ChildProcess::WaitForDebugger(const std::string& label) { in WaitForDebugger()
Dchild_process.h19 class CONTENT_EXPORT ChildProcess {
23 ChildProcess();
24 virtual ~ChildProcess();
58 static ChildProcess* current();
75 DISALLOW_COPY_AND_ASSIGN(ChildProcess);
Dscoped_child_process_reference.cc15 ChildProcess::current()->AddRefProcess(); in ScopedChildProcessReference()
20 ChildProcess::current()->ReleaseProcess(); in ~ScopedChildProcessReference()
28 base::Bind(&ChildProcess::ReleaseProcess, in ReleaseWithDelay()
29 base::Unretained(ChildProcess::current())), in ReleaseWithDelay()
Dchild_thread.cc173 ChildProcess::current()->io_message_loop_proxy(), in Init()
175 ChildProcess::current()->GetShutDownEvent())); in Init()
182 new IPC::SyncMessageFilter(ChildProcess::current()->GetShutDownEvent()); in Init()
208 ChildProcess::current()->io_message_loop_proxy())); in Init()
Dchild_histogram_message_filter.cc20 io_message_loop_(ChildProcess::current()->io_message_loop_proxy()) { in ChildHistogramMessageFilter()
Dwebmessageportchannel_impl.cc179 ChildProcess::current()->AddRefProcess(); in QueueMessages()
252 ChildProcess::current()->ReleaseProcess(); in OnMessagesQueued()
/external/chromium_org/content/renderer/pepper/
Dpepper_proxy_channel_delegate_impl.cc17 DCHECK(ChildProcess::current()) << "Must be in the renderer."; in GetIPCMessageLoop()
18 return ChildProcess::current()->io_message_loop_proxy(); in GetIPCMessageLoop()
22 DCHECK(ChildProcess::current()) << "Must be in the renderer."; in GetShutdownEvent()
23 return ChildProcess::current()->GetShutDownEvent(); in GetShutdownEvent()
Dpepper_hung_plugin_filter.cc35 io_loop_(ChildProcess::current()->io_message_loop_proxy()), in PepperHungPluginFilter()
/external/chromium_org/content/utility/
Din_process_utility_thread.h15 class ChildProcess; variable
30 scoped_ptr<ChildProcess> child_process_;
Dutility_thread_impl.cc70 ChildProcess::current()->ReleaseProcess(); in ReleaseProcessIfNeeded()
88 ChildProcess::current()->AddRefProcess(); in Init()
121 ChildProcess::current()->ReleaseProcess(); in OnBatchModeFinished()
Din_process_utility_thread.cc43 child_process_.reset(new ChildProcess()); in InitInternal()
Dutility_main.cc70 ChildProcess utility_process; in UtilityMain()
/external/chromium_org/content/ppapi_plugin/
Dppapi_broker_main.cc20 ChildProcess::WaitForDebugger("PpapiBroker"); in PpapiBrokerMain()
29 ChildProcess ppapi_broker_process; in PpapiBrokerMain()
Dppapi_plugin_main.cc72 ChildProcess::WaitForDebugger("Ppapi"); in PpapiPluginMain()
118 ChildProcess ppapi_process; in PpapiPluginMain()
Dppapi_thread.cc129 return ChildProcess::current()->io_message_loop_proxy(); in GetIPCMessageLoop()
133 return ChildProcess::current()->GetShutDownEvent(); in GetShutdownEvent()
/external/chromium_org/content/renderer/
Drender_process.h26 class RenderProcess : public ChildProcess {
64 return static_cast<RenderProcess*>(ChildProcess::current()); in current()
/external/chromium_org/content/worker/
Dworker_main.cc57 ChildProcess worker_process; in WorkerMain()
64 ChildProcess::WaitForDebugger("Worker"); in WorkerMain()
/external/chromium_org/content/plugin/
Dplugin_main.cc74 ChildProcess::WaitForDebugger("Plugin"); in PluginMain()
78 ChildProcess plugin_process; in PluginMain()
Dplugin_thread.cc175 renderer_id, ChildProcess::current()->io_message_loop_proxy())); in OnCreateChannel()
/external/chromium_org/content/test/
Dwebrtc_audio_device_test.cc209 ChildProcess::current()->io_message_loop()->PostTask(FROM_HERE, in SetUp()
227 ChildProcess::current()->io_message_loop()->PostTask(FROM_HERE, in TearDown()
240 ChildProcess::current()->io_message_loop()->PostTask(FROM_HERE, in TearDown()
400 ChildProcess::current()->io_message_loop()->message_loop_proxy().get()); in WaitForIOThreadCompletion()
/external/chromium_org/content/gpu/
Dgpu_process.h12 class GpuProcess : public ChildProcess {
Dgpu_child_thread.cc152 ChildProcess::current()->io_message_loop_proxy(), in OnInitialize()
153 ChildProcess::current()->GetShutDownEvent())); in OnInitialize()
/external/chromium_org/content/renderer/java/
Djava_bridge_channel.cc23 ChildProcess::current()->GetShutDownEvent())); in GetJavaBridgeChannel()
Djava_bridge_dispatcher.cc33 channel_handle, ChildProcess::current()->io_message_loop_proxy()); in EnsureChannelIsSetUp()
/external/chromium_org/content/renderer/media/
Dvideo_capture_impl_unittest.cc107 child_process_.reset(new ChildProcess()); in VideoCaptureImplTest()
125 scoped_ptr<ChildProcess> child_process_;

12