/external/chromium_org/content/child/ |
D | child_process.cc | 33 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()
|
D | child_process.h | 19 class CONTENT_EXPORT ChildProcess { 23 ChildProcess(); 24 virtual ~ChildProcess(); 58 static ChildProcess* current(); 75 DISALLOW_COPY_AND_ASSIGN(ChildProcess);
|
D | scoped_child_process_reference.cc | 15 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()
|
D | child_thread.cc | 173 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()
|
D | child_histogram_message_filter.cc | 20 io_message_loop_(ChildProcess::current()->io_message_loop_proxy()) { in ChildHistogramMessageFilter()
|
D | webmessageportchannel_impl.cc | 179 ChildProcess::current()->AddRefProcess(); in QueueMessages() 252 ChildProcess::current()->ReleaseProcess(); in OnMessagesQueued()
|
/external/chromium_org/content/renderer/pepper/ |
D | pepper_proxy_channel_delegate_impl.cc | 17 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()
|
D | pepper_hung_plugin_filter.cc | 35 io_loop_(ChildProcess::current()->io_message_loop_proxy()), in PepperHungPluginFilter()
|
/external/chromium_org/content/utility/ |
D | in_process_utility_thread.h | 15 class ChildProcess; variable 30 scoped_ptr<ChildProcess> child_process_;
|
D | utility_thread_impl.cc | 70 ChildProcess::current()->ReleaseProcess(); in ReleaseProcessIfNeeded() 88 ChildProcess::current()->AddRefProcess(); in Init() 121 ChildProcess::current()->ReleaseProcess(); in OnBatchModeFinished()
|
D | in_process_utility_thread.cc | 43 child_process_.reset(new ChildProcess()); in InitInternal()
|
D | utility_main.cc | 70 ChildProcess utility_process; in UtilityMain()
|
/external/chromium_org/content/ppapi_plugin/ |
D | ppapi_broker_main.cc | 20 ChildProcess::WaitForDebugger("PpapiBroker"); in PpapiBrokerMain() 29 ChildProcess ppapi_broker_process; in PpapiBrokerMain()
|
D | ppapi_plugin_main.cc | 72 ChildProcess::WaitForDebugger("Ppapi"); in PpapiPluginMain() 118 ChildProcess ppapi_process; in PpapiPluginMain()
|
D | ppapi_thread.cc | 129 return ChildProcess::current()->io_message_loop_proxy(); in GetIPCMessageLoop() 133 return ChildProcess::current()->GetShutDownEvent(); in GetShutdownEvent()
|
/external/chromium_org/content/renderer/ |
D | render_process.h | 26 class RenderProcess : public ChildProcess { 64 return static_cast<RenderProcess*>(ChildProcess::current()); in current()
|
/external/chromium_org/content/worker/ |
D | worker_main.cc | 57 ChildProcess worker_process; in WorkerMain() 64 ChildProcess::WaitForDebugger("Worker"); in WorkerMain()
|
/external/chromium_org/content/plugin/ |
D | plugin_main.cc | 74 ChildProcess::WaitForDebugger("Plugin"); in PluginMain() 78 ChildProcess plugin_process; in PluginMain()
|
D | plugin_thread.cc | 175 renderer_id, ChildProcess::current()->io_message_loop_proxy())); in OnCreateChannel()
|
/external/chromium_org/content/test/ |
D | webrtc_audio_device_test.cc | 209 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/ |
D | gpu_process.h | 12 class GpuProcess : public ChildProcess {
|
D | gpu_child_thread.cc | 152 ChildProcess::current()->io_message_loop_proxy(), in OnInitialize() 153 ChildProcess::current()->GetShutDownEvent())); in OnInitialize()
|
/external/chromium_org/content/renderer/java/ |
D | java_bridge_channel.cc | 23 ChildProcess::current()->GetShutDownEvent())); in GetJavaBridgeChannel()
|
D | java_bridge_dispatcher.cc | 33 channel_handle, ChildProcess::current()->io_message_loop_proxy()); in EnsureChannelIsSetUp()
|
/external/chromium_org/content/renderer/media/ |
D | video_capture_impl_unittest.cc | 107 child_process_.reset(new ChildProcess()); in VideoCaptureImplTest() 125 scoped_ptr<ChildProcess> child_process_;
|