/external/chromium_org/content/browser/ |
D | browser_child_process_host_impl.cc | 39 static base::LazyInstance<BrowserChildProcessHostImpl::BrowserChildProcessList> 65 return new BrowserChildProcessHostImpl(process_type, delegate); in Create() 75 BrowserChildProcessHostImpl::BrowserChildProcessList* 76 BrowserChildProcessHostImpl::GetIterator() { in GetIterator() 81 void BrowserChildProcessHostImpl::AddObserver( in AddObserver() 88 void BrowserChildProcessHostImpl::RemoveObserver( in RemoveObserver() 94 BrowserChildProcessHostImpl::BrowserChildProcessHostImpl( in BrowserChildProcessHostImpl() function in content::BrowserChildProcessHostImpl 113 BrowserChildProcessHostImpl::~BrowserChildProcessHostImpl() { in ~BrowserChildProcessHostImpl() 122 void BrowserChildProcessHostImpl::TerminateAll() { in TerminateAll() 133 void BrowserChildProcessHostImpl::Launch( in Launch() [all …]
|
D | browser_child_process_host_impl.h | 33 class CONTENT_EXPORT BrowserChildProcessHostImpl 38 BrowserChildProcessHostImpl( 41 virtual ~BrowserChildProcessHostImpl(); 88 typedef std::list<BrowserChildProcessHostImpl*> BrowserChildProcessList;
|
D | ppapi_plugin_process_host.h | 25 class BrowserChildProcessHostImpl; variable 106 const BrowserChildProcessHostImpl* process() { return process_.get(); } in process() 166 scoped_ptr<BrowserChildProcessHostImpl> process_;
|
D | utility_process_host_impl.h | 26 class BrowserChildProcessHostImpl; variable 96 scoped_ptr<BrowserChildProcessHostImpl> process_; in NON_EXPORTED_BASE()
|
D | plugin_process_host.h | 44 class BrowserChildProcessHostImpl; variable 200 scoped_ptr<BrowserChildProcessHostImpl> process_;
|
D | browser_process_sub_thread.cc | 71 BrowserChildProcessHostImpl::TerminateAll(); in IOThreadPreCleanUp()
|
D | plugin_process_host.cc | 134 process_.reset(new BrowserChildProcessHostImpl(PROCESS_TYPE_PLUGIN, this)); in PluginProcessHost() 349 base::Bind(&BrowserChildProcessHostImpl::NotifyProcessInstanceCreated, in OpenChannelToPlugin()
|
D | ppapi_plugin_process_host.cc | 244 process_.reset(new BrowserChildProcessHostImpl( in PpapiPluginProcessHost() 265 process_.reset(new BrowserChildProcessHostImpl( in PpapiPluginProcessHost()
|
D | utility_process_host_impl.cc | 183 process_.reset(new BrowserChildProcessHostImpl(PROCESS_TYPE_UTILITY, this)); in StartProcess()
|
/external/chromium_org/content/public/browser/ |
D | browser_child_process_host_iterator.cc | 17 iterator_ = BrowserChildProcessHostImpl::GetIterator()->begin(); in BrowserChildProcessHostIterator() 27 iterator_ = BrowserChildProcessHostImpl::GetIterator()->begin(); in BrowserChildProcessHostIterator() 52 return iterator_ == BrowserChildProcessHostImpl::GetIterator()->end(); in Done()
|
D | browser_child_process_observer.cc | 13 BrowserChildProcessHostImpl::AddObserver(observer); in Add() 19 BrowserChildProcessHostImpl::RemoveObserver(observer); in Remove()
|
D | browser_child_process_host_iterator.h | 18 class BrowserChildProcessHostImpl; variable 42 std::list<BrowserChildProcessHostImpl*>::iterator iterator_;
|
D | browser_message_filter.h | 111 friend class BrowserChildProcessHostImpl; variable
|
D | browser_message_filter.cc | 206 BrowserChildProcessHostImpl::HistogramBadMessageTerminated( in BadMessageReceived()
|
/external/chromium_org/content/browser/gpu/ |
D | gpu_process_host.h | 44 class BrowserChildProcessHostImpl; variable 248 scoped_ptr<BrowserChildProcessHostImpl> process_;
|
D | gpu_process_host.cc | 406 process_.reset(new BrowserChildProcessHostImpl(PROCESS_TYPE_GPU, this)); in GpuProcessHost()
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_process_host_impl.cc | 1430 BrowserChildProcessHostImpl::HistogramBadMessageTerminated( in OnBadMessageReceived()
|