BrowserChildProcessHostImpl 39 content/browser/browser_child_process_host_impl.cc static base::LazyInstance<BrowserChildProcessHostImpl::BrowserChildProcessList> BrowserChildProcessHostImpl 65 content/browser/browser_child_process_host_impl.cc return new BrowserChildProcessHostImpl(process_type, delegate); BrowserChildProcessHostImpl 75 content/browser/browser_child_process_host_impl.cc BrowserChildProcessHostImpl::BrowserChildProcessList* BrowserChildProcessHostImpl 76 content/browser/browser_child_process_host_impl.cc BrowserChildProcessHostImpl::GetIterator() { BrowserChildProcessHostImpl 81 content/browser/browser_child_process_host_impl.cc void BrowserChildProcessHostImpl::AddObserver( BrowserChildProcessHostImpl 88 content/browser/browser_child_process_host_impl.cc void BrowserChildProcessHostImpl::RemoveObserver( BrowserChildProcessHostImpl 94 content/browser/browser_child_process_host_impl.cc BrowserChildProcessHostImpl::BrowserChildProcessHostImpl( BrowserChildProcessHostImpl 111 content/browser/browser_child_process_host_impl.cc BrowserChildProcessHostImpl::~BrowserChildProcessHostImpl() { BrowserChildProcessHostImpl 120 content/browser/browser_child_process_host_impl.cc void BrowserChildProcessHostImpl::TerminateAll() { BrowserChildProcessHostImpl 131 content/browser/browser_child_process_host_impl.cc void BrowserChildProcessHostImpl::Launch( BrowserChildProcessHostImpl 161 content/browser/browser_child_process_host_impl.cc const ChildProcessData& BrowserChildProcessHostImpl::GetData() const { BrowserChildProcessHostImpl 166 content/browser/browser_child_process_host_impl.cc ChildProcessHost* BrowserChildProcessHostImpl::GetHost() const { BrowserChildProcessHostImpl 171 content/browser/browser_child_process_host_impl.cc base::ProcessHandle BrowserChildProcessHostImpl::GetHandle() const { BrowserChildProcessHostImpl 180 content/browser/browser_child_process_host_impl.cc void BrowserChildProcessHostImpl::SetNaClDebugStubPort(int port) { BrowserChildProcessHostImpl 185 content/browser/browser_child_process_host_impl.cc void BrowserChildProcessHostImpl::SetName(const base::string16& name) { BrowserChildProcessHostImpl 190 content/browser/browser_child_process_host_impl.cc void BrowserChildProcessHostImpl::SetHandle(base::ProcessHandle handle) { BrowserChildProcessHostImpl 195 content/browser/browser_child_process_host_impl.cc void BrowserChildProcessHostImpl::ForceShutdown() { BrowserChildProcessHostImpl 201 content/browser/browser_child_process_host_impl.cc void BrowserChildProcessHostImpl::SetBackgrounded(bool backgrounded) { BrowserChildProcessHostImpl 205 content/browser/browser_child_process_host_impl.cc void BrowserChildProcessHostImpl::SetTerminateChildOnShutdown( BrowserChildProcessHostImpl 211 content/browser/browser_child_process_host_impl.cc void BrowserChildProcessHostImpl::AddFilter(BrowserMessageFilter* filter) { BrowserChildProcessHostImpl 215 content/browser/browser_child_process_host_impl.cc void BrowserChildProcessHostImpl::NotifyProcessInstanceCreated( BrowserChildProcessHostImpl 222 content/browser/browser_child_process_host_impl.cc base::TerminationStatus BrowserChildProcessHostImpl::GetTerminationStatus( BrowserChildProcessHostImpl 231 content/browser/browser_child_process_host_impl.cc bool BrowserChildProcessHostImpl::OnMessageReceived( BrowserChildProcessHostImpl 236 content/browser/browser_child_process_host_impl.cc void BrowserChildProcessHostImpl::OnChannelConnected(int32 peer_pid) { BrowserChildProcessHostImpl 251 content/browser/browser_child_process_host_impl.cc void BrowserChildProcessHostImpl::OnChannelError() { BrowserChildProcessHostImpl 255 content/browser/browser_child_process_host_impl.cc bool BrowserChildProcessHostImpl::CanShutdown() { BrowserChildProcessHostImpl 259 content/browser/browser_child_process_host_impl.cc void BrowserChildProcessHostImpl::OnChildDisconnected() { BrowserChildProcessHostImpl 302 content/browser/browser_child_process_host_impl.cc bool BrowserChildProcessHostImpl::Send(IPC::Message* message) { BrowserChildProcessHostImpl 306 content/browser/browser_child_process_host_impl.cc void BrowserChildProcessHostImpl::OnProcessLaunchFailed() { BrowserChildProcessHostImpl 311 content/browser/browser_child_process_host_impl.cc void BrowserChildProcessHostImpl::OnProcessLaunched() { BrowserChildProcessHostImpl 326 content/browser/browser_child_process_host_impl.cc base::Bind(&BrowserChildProcessHostImpl::OnProcessExitedEarly, BrowserChildProcessHostImpl 336 content/browser/browser_child_process_host_impl.cc void BrowserChildProcessHostImpl::DeleteProcessWaitableEvent( BrowserChildProcessHostImpl 348 content/browser/browser_child_process_host_impl.cc void BrowserChildProcessHostImpl::OnProcessExitedEarly( BrowserChildProcessHostImpl 33 content/browser/browser_child_process_host_impl.h class CONTENT_EXPORT BrowserChildProcessHostImpl BrowserChildProcessHostImpl 38 content/browser/browser_child_process_host_impl.h BrowserChildProcessHostImpl( BrowserChildProcessHostImpl 41 content/browser/browser_child_process_host_impl.h virtual ~BrowserChildProcessHostImpl(); BrowserChildProcessHostImpl 86 content/browser/browser_child_process_host_impl.h typedef std::list<BrowserChildProcessHostImpl*> BrowserChildProcessList; BrowserChildProcessHostImpl 71 content/browser/browser_process_sub_thread.cc BrowserChildProcessHostImpl::TerminateAll(); BrowserChildProcessHostImpl 431 content/browser/gpu/gpu_process_host.cc process_.reset(new BrowserChildProcessHostImpl(PROCESS_TYPE_GPU, this)); BrowserChildProcessHostImpl 42 content/browser/gpu/gpu_process_host.h class BrowserChildProcessHostImpl; BrowserChildProcessHostImpl 240 content/browser/gpu/gpu_process_host.h scoped_ptr<BrowserChildProcessHostImpl> process_; BrowserChildProcessHostImpl 128 content/browser/plugin_process_host.cc process_.reset(new BrowserChildProcessHostImpl(PROCESS_TYPE_PLUGIN, this)); BrowserChildProcessHostImpl 359 content/browser/plugin_process_host.cc base::Bind(&BrowserChildProcessHostImpl::NotifyProcessInstanceCreated, BrowserChildProcessHostImpl 43 content/browser/plugin_process_host.h class BrowserChildProcessHostImpl; BrowserChildProcessHostImpl 196 content/browser/plugin_process_host.h scoped_ptr<BrowserChildProcessHostImpl> process_; BrowserChildProcessHostImpl 239 content/browser/ppapi_plugin_process_host.cc process_.reset(new BrowserChildProcessHostImpl( BrowserChildProcessHostImpl 260 content/browser/ppapi_plugin_process_host.cc process_.reset(new BrowserChildProcessHostImpl( BrowserChildProcessHostImpl 25 content/browser/ppapi_plugin_process_host.h class BrowserChildProcessHostImpl; BrowserChildProcessHostImpl 106 content/browser/ppapi_plugin_process_host.h const BrowserChildProcessHostImpl* process() { return process_.get(); } BrowserChildProcessHostImpl 166 content/browser/ppapi_plugin_process_host.h scoped_ptr<BrowserChildProcessHostImpl> process_; BrowserChildProcessHostImpl 183 content/browser/utility_process_host_impl.cc process_.reset(new BrowserChildProcessHostImpl(PROCESS_TYPE_UTILITY, this)); BrowserChildProcessHostImpl 26 content/browser/utility_process_host_impl.h class BrowserChildProcessHostImpl; BrowserChildProcessHostImpl 89 content/browser/utility_process_host_impl.h scoped_ptr<BrowserChildProcessHostImpl> process_; BrowserChildProcessHostImpl 147 content/browser/worker_host/worker_process_host.cc new BrowserChildProcessHostImpl(PROCESS_TYPE_WORKER, this)); BrowserChildProcessHostImpl 41 content/browser/worker_host/worker_process_host.h class BrowserChildProcessHostImpl; BrowserChildProcessHostImpl 269 content/browser/worker_host/worker_process_host.h scoped_ptr<BrowserChildProcessHostImpl> process_; BrowserChildProcessHostImpl 17 content/public/browser/browser_child_process_host_iterator.cc iterator_ = BrowserChildProcessHostImpl::GetIterator()->begin(); BrowserChildProcessHostImpl 27 content/public/browser/browser_child_process_host_iterator.cc iterator_ = BrowserChildProcessHostImpl::GetIterator()->begin(); BrowserChildProcessHostImpl 52 content/public/browser/browser_child_process_host_iterator.cc return iterator_ == BrowserChildProcessHostImpl::GetIterator()->end(); BrowserChildProcessHostImpl 18 content/public/browser/browser_child_process_host_iterator.h class BrowserChildProcessHostImpl; BrowserChildProcessHostImpl 42 content/public/browser/browser_child_process_host_iterator.h std::list<BrowserChildProcessHostImpl*>::iterator iterator_; BrowserChildProcessHostImpl 13 content/public/browser/browser_child_process_observer.cc BrowserChildProcessHostImpl::AddObserver(observer); BrowserChildProcessHostImpl 19 content/public/browser/browser_child_process_observer.cc BrowserChildProcessHostImpl::RemoveObserver(observer); BrowserChildProcessHostImpl 108 content/public/browser/browser_message_filter.h friend class BrowserChildProcessHostImpl;