Home
last modified time | relevance | path

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

123

/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()
75 ChildThread* ChildProcess::main_thread() { in main_thread()
79 void ChildProcess::set_main_thread(ChildThread* thread) { in set_main_thread()
83 void ChildProcess::AddRefProcess() { in AddRefProcess()
89 void ChildProcess::ReleaseProcess() { in ReleaseProcess()
100 ChildProcess* ChildProcess::current() { in current()
104 base::WaitableEvent* ChildProcess::GetShutDownEvent() { in GetShutDownEvent()
108 void ChildProcess::WaitForDebugger(const std::string& label) { in WaitForDebugger()
Dchild_process.h31 class CONTENT_EXPORT ChildProcess {
35 ChildProcess();
36 virtual ~ChildProcess();
69 static ChildProcess* current();
86 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.cc234 ChildProcess::current()->io_message_loop_proxy(), in CreateChannel()
236 ChildProcess::current()->GetShutDownEvent()); in CreateChannel()
244 ChildProcess::current()->io_message_loop_proxy(), in CreateChannel()
246 ChildProcess::current()->GetShutDownEvent()); in CreateChannel()
270 new IPC::SyncMessageFilter(ChildProcess::current()->GetShutDownEvent()); in Init()
302 ChildProcess::current()->io_message_loop_proxy())); in Init()
/external/chromium_org/mojo/shell/
Dchild_process.cc18 ChildProcess::~ChildProcess() { in ~ChildProcess()
22 scoped_ptr<ChildProcess> ChildProcess::Create( in Create()
25 return scoped_ptr<ChildProcess>(); in Create()
31 scoped_ptr<ChildProcess> rv; in Create()
54 ChildProcess::ChildProcess() { in ChildProcess() function in mojo::shell::ChildProcess
Dchild_process.h21 class ChildProcess {
29 virtual ~ChildProcess();
34 static scoped_ptr<ChildProcess> Create(const base::CommandLine& command_line);
41 ChildProcess();
51 DISALLOW_COPY_AND_ASSIGN(ChildProcess);
Dshell_test_main.cc20 scoped_ptr<mojo::shell::ChildProcess> child_process = in main()
21 mojo::shell::ChildProcess::Create(command_line); in main()
Dchild_process_host.h38 ChildProcess::Type type);
68 const ChildProcess::Type type_;
Dapp_child_process.h16 class AppChildProcess : public ChildProcess {
Dtest_child_process.h14 class TestChildProcess : public ChildProcess {
/external/chromium_org/content/renderer/media/
Dvideo_capture_impl_manager.cc50 ChildProcess::current()->io_message_loop_proxy()->PostTask( in ~VideoCaptureImplManager()
54 ChildProcess::current()->io_message_loop_proxy()->PostTask( in ~VideoCaptureImplManager()
73 ChildProcess::current()->io_message_loop_proxy()->PostTask( in UseDevice()
97 ChildProcess::current()->io_message_loop_proxy()->PostTask( in StartCapture()
117 ChildProcess::current()->io_message_loop_proxy()->PostTask( in GetDeviceSupportedFormats()
130 ChildProcess::current()->io_message_loop_proxy()->PostTask( in GetDeviceFormatsInUse()
149 ChildProcess::current()->io_message_loop_proxy()->PostTask( in StopCapture()
167 ChildProcess::current()->io_message_loop_proxy()->PostTask( in UnrefDevice()
171 ChildProcess::current()->io_message_loop_proxy()->PostTask( in UnrefDevice()
183 ChildProcess::current()->io_message_loop_proxy()->PostTask( in SuspendDevices()
Dvideo_source_handler_unittest.cc47 : child_process_(new ChildProcess()), in VideoSourceHandlerTest()
61 scoped_ptr<ChildProcess> child_process_;
Dvideo_capture_impl_manager_unittest.cc78 child_process_.reset(new ChildProcess()); in VideoCaptureImplManagerTest()
126 scoped_ptr<ChildProcess> child_process_;
/external/chromium_org/content/renderer/pepper/
Dpepper_proxy_channel_delegate_impl.cc16 DCHECK(ChildProcess::current()) << "Must be in the renderer."; in GetIPCMessageLoop()
17 return ChildProcess::current()->io_message_loop_proxy(); in GetIPCMessageLoop()
21 DCHECK(ChildProcess::current()) << "Must be in the renderer."; in GetShutdownEvent()
22 return ChildProcess::current()->GetShutDownEvent(); in GetShutdownEvent()
/external/chromium_org/content/renderer/
Drender_process.h19 class RenderProcess : public ChildProcess {
35 return static_cast<RenderProcess*>(ChildProcess::current()); in current()
/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.cc79 ChildProcess::WaitForDebugger("Ppapi"); in PpapiPluginMain()
133 ChildProcess ppapi_process; in PpapiPluginMain()
/external/chromium_org/content/utility/
Din_process_utility_thread.h15 class ChildProcess; variable
30 scoped_ptr<ChildProcess> child_process_;
Dutility_thread_impl.cc73 ChildProcess::current()->ReleaseProcess(); in ReleaseProcessIfNeeded()
91 ChildProcess::current()->AddRefProcess(); in Init()
/external/chromium_org/content/plugin/
Dplugin_main.cc58 ChildProcess::WaitForDebugger("Plugin"); in PluginMain()
62 ChildProcess plugin_process; in PluginMain()
/external/chromium_org/mojo/shell/desktop/
Dmojo_main.cc48 if (scoped_ptr<mojo::shell::ChildProcess> child_process = in main()
49 mojo::shell::ChildProcess::Create( in main()
/external/chromium_org/content/renderer/media/webrtc/
Dvideo_destination_handler_unittest.cc39 : child_process_(new ChildProcess()), in VideoDestinationHandlerTest()
55 scoped_ptr<ChildProcess> child_process_;
Dmedia_stream_remote_video_source_unittest.cc37 : child_process_(new ChildProcess()), in MediaStreamRemoteVideoSourceTest()
103 scoped_ptr<ChildProcess> child_process_;
Dwebrtc_media_stream_adapter_unittest.cc28 child_process_.reset(new ChildProcess()); in SetUp()
102 scoped_ptr<ChildProcess> child_process_;
/external/chromium_org/content/gpu/
Dgpu_process.h12 class GpuProcess : public ChildProcess {

123