Home
last modified time | relevance | path

Searched refs:BrowserChildProcessHostImpl (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/content/browser/
Dbrowser_child_process_host_impl.cc39 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 …]
Dbrowser_child_process_host_impl.h33 class CONTENT_EXPORT BrowserChildProcessHostImpl
38 BrowserChildProcessHostImpl(
41 virtual ~BrowserChildProcessHostImpl();
88 typedef std::list<BrowserChildProcessHostImpl*> BrowserChildProcessList;
Dppapi_plugin_process_host.h25 class BrowserChildProcessHostImpl; variable
106 const BrowserChildProcessHostImpl* process() { return process_.get(); } in process()
166 scoped_ptr<BrowserChildProcessHostImpl> process_;
Dutility_process_host_impl.h26 class BrowserChildProcessHostImpl; variable
96 scoped_ptr<BrowserChildProcessHostImpl> process_; in NON_EXPORTED_BASE()
Dplugin_process_host.h44 class BrowserChildProcessHostImpl; variable
200 scoped_ptr<BrowserChildProcessHostImpl> process_;
Dbrowser_process_sub_thread.cc71 BrowserChildProcessHostImpl::TerminateAll(); in IOThreadPreCleanUp()
Dplugin_process_host.cc134 process_.reset(new BrowserChildProcessHostImpl(PROCESS_TYPE_PLUGIN, this)); in PluginProcessHost()
349 base::Bind(&BrowserChildProcessHostImpl::NotifyProcessInstanceCreated, in OpenChannelToPlugin()
Dppapi_plugin_process_host.cc244 process_.reset(new BrowserChildProcessHostImpl( in PpapiPluginProcessHost()
265 process_.reset(new BrowserChildProcessHostImpl( in PpapiPluginProcessHost()
Dutility_process_host_impl.cc183 process_.reset(new BrowserChildProcessHostImpl(PROCESS_TYPE_UTILITY, this)); in StartProcess()
/external/chromium_org/content/public/browser/
Dbrowser_child_process_host_iterator.cc17 iterator_ = BrowserChildProcessHostImpl::GetIterator()->begin(); in BrowserChildProcessHostIterator()
27 iterator_ = BrowserChildProcessHostImpl::GetIterator()->begin(); in BrowserChildProcessHostIterator()
52 return iterator_ == BrowserChildProcessHostImpl::GetIterator()->end(); in Done()
Dbrowser_child_process_observer.cc13 BrowserChildProcessHostImpl::AddObserver(observer); in Add()
19 BrowserChildProcessHostImpl::RemoveObserver(observer); in Remove()
Dbrowser_child_process_host_iterator.h18 class BrowserChildProcessHostImpl; variable
42 std::list<BrowserChildProcessHostImpl*>::iterator iterator_;
Dbrowser_message_filter.h111 friend class BrowserChildProcessHostImpl; variable
Dbrowser_message_filter.cc206 BrowserChildProcessHostImpl::HistogramBadMessageTerminated( in BadMessageReceived()
/external/chromium_org/content/browser/gpu/
Dgpu_process_host.h44 class BrowserChildProcessHostImpl; variable
248 scoped_ptr<BrowserChildProcessHostImpl> process_;
Dgpu_process_host.cc406 process_.reset(new BrowserChildProcessHostImpl(PROCESS_TYPE_GPU, this)); in GpuProcessHost()
/external/chromium_org/content/browser/renderer_host/
Drender_process_host_impl.cc1430 BrowserChildProcessHostImpl::HistogramBadMessageTerminated( in OnBadMessageReceived()