/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 111 BrowserChildProcessHostImpl::~BrowserChildProcessHostImpl() { in ~BrowserChildProcessHostImpl() 120 void BrowserChildProcessHostImpl::TerminateAll() { in TerminateAll() 131 void BrowserChildProcessHostImpl::Launch( in Launch() [all …]
|
D | browser_child_process_host_impl.h | 29 class CONTENT_EXPORT BrowserChildProcessHostImpl 34 BrowserChildProcessHostImpl( 37 virtual ~BrowserChildProcessHostImpl(); 82 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 82 scoped_ptr<BrowserChildProcessHostImpl> process_; in NON_EXPORTED_BASE()
|
D | plugin_process_host.h | 43 class BrowserChildProcessHostImpl; variable 196 scoped_ptr<BrowserChildProcessHostImpl> process_;
|
D | browser_process_sub_thread.cc | 71 BrowserChildProcessHostImpl::TerminateAll(); in IOThreadPreCleanUp()
|
D | plugin_process_host.cc | 112 process_.reset(new BrowserChildProcessHostImpl(PROCESS_TYPE_PLUGIN, this)); in PluginProcessHost() 345 base::Bind(&BrowserChildProcessHostImpl::NotifyProcessInstanceCreated, in OpenChannelToPlugin()
|
D | ppapi_plugin_process_host.cc | 214 process_.reset(new BrowserChildProcessHostImpl( in PpapiPluginProcessHost() 235 process_.reset(new BrowserChildProcessHostImpl( in PpapiPluginProcessHost()
|
D | utility_process_host_impl.cc | 144 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 | 102 friend class BrowserChildProcessHostImpl; variable
|
/external/chromium_org/content/browser/gpu/ |
D | gpu_process_host.h | 42 class BrowserChildProcessHostImpl; variable 240 scoped_ptr<BrowserChildProcessHostImpl> process_;
|
D | gpu_process_host.cc | 415 process_.reset(new BrowserChildProcessHostImpl(PROCESS_TYPE_GPU, this)); in GpuProcessHost()
|
/external/chromium_org/content/browser/worker_host/ |
D | worker_process_host.h | 40 class BrowserChildProcessHostImpl; variable 245 scoped_ptr<BrowserChildProcessHostImpl> process_;
|
D | worker_process_host.cc | 99 new BrowserChildProcessHostImpl(PROCESS_TYPE_WORKER, this)); in WorkerProcessHost()
|
/external/chromium_org/tools/valgrind/tsan/ |
D | suppressions.txt | 1096 fun:content::BrowserChildProcessHostImpl::OnChildDisconnected 1117 fun:content::BrowserChildProcessHostImpl::~BrowserChildProcessHostImpl 1118 fun:content::BrowserChildProcessHostImpl::~BrowserChildProcessHostImpl
|