Home
last modified time | relevance | path

Searched refs:BrowserChildProcessHost (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium_org/content/public/browser/
Dbrowser_child_process_host.h33 class CONTENT_EXPORT BrowserChildProcessHost : public IPC::Sender {
38 static BrowserChildProcessHost* Create(
42 virtual ~BrowserChildProcessHost() {} in ~BrowserChildProcessHost()
Dcontent_browser_client.h79 class BrowserChildProcessHost; variable
173 virtual void BrowserChildProcessHostCreated(BrowserChildProcessHost* host) {} in BrowserChildProcessHostCreated()
/external/chromium/chrome/browser/nacl_host/
Dnacl_process_host.cc53 : BrowserChildProcessHost(NACL_LOADER_PROCESS), in NaClProcessHost()
158 BrowserChildProcessHost::Launch(FilePath(), cmd_line); in LaunchSelLdr()
161 BrowserChildProcessHost::Launch(true, // use_zygote in LaunchSelLdr()
178 return BrowserChildProcessHost::GetChildTerminationStatus(exit_code); in GetChildTerminationStatus()
185 BrowserChildProcessHost::OnChildDied(); in OnChildDied()
Dnacl_broker_host_win.cc18 : BrowserChildProcessHost(NACL_BROKER_PROCESS), in NaClBrokerHost()
44 BrowserChildProcessHost::Launch(FilePath(), cmd_line); in Init()
Dnacl_broker_host_win.h12 class NaClBrokerHost : public BrowserChildProcessHost {
Dnacl_process_host.h23 class NaClProcessHost : public BrowserChildProcessHost {
Dnacl_broker_service_win.cc65 for (BrowserChildProcessHost::Iterator iter( in GetBrokerHost()
/external/chromium_org/components/nacl/browser/
Dnacl_broker_host_win.h16 class BrowserChildProcessHost; variable
56 scoped_ptr<content::BrowserChildProcessHost> process_;
Dnacl_process_host.h27 class BrowserChildProcessHost; variable
94 content::BrowserChildProcessHost* process() { return process_.get(); } in process()
215 scoped_ptr<content::BrowserChildProcessHost> process_;
Dnacl_broker_host_win.cc43 process_.reset(content::BrowserChildProcessHost::Create( in NaClBrokerHost()
Dnacl_process_host.cc255 process_.reset(content::BrowserChildProcessHost::Create( in NaClProcessHost()
/external/chromium_org/content/browser/
Dbrowser_child_process_host_impl.cc62 BrowserChildProcessHost* BrowserChildProcessHost::Create( in Create()
69 base::ProcessMetrics::PortProvider* BrowserChildProcessHost::GetPortProvider() { in GetPortProvider()
Dbrowser_child_process_host_impl.h30 : public BrowserChildProcessHost,
/external/chromium/chrome/browser/importer/
Dprofile_import_process_host.h29 class ProfileImportProcessHost : public BrowserChildProcessHost {
Dprofile_import_process_host.cc22 : BrowserChildProcessHost(PROFILE_IMPORT_PROCESS), in ProfileImportProcessHost()
/external/chromium_org/chrome/browser/performance_monitor/
Dprocess_metrics_history.cc47 process_handle_, content::BrowserChildProcessHost::GetPortProvider())); in Initialize()
/external/chromium/chrome/browser/
Dutility_process_host.h32 class UtilityProcessHost : public BrowserChildProcessHost {
Dutility_process_host.cc22 : BrowserChildProcessHost(UTILITY_PROCESS), in UtilityProcessHost()
Dmemory_details.cc91 for (BrowserChildProcessHost::Iterator iter; !iter.Done(); ++iter) { in CollectChildInfoOnIOThread()
Dio_thread.cc488 BrowserChildProcessHost::TerminateAll(); in CleanUp()
Dbrowser_process_impl.cc1018 BrowserChildProcessHost::Iterator i; // default constr references a singleton in SetIPCLoggingEnabledForChildProcesses()
/external/chromium_org/chrome/browser/prerender/
Dprerender_contents.cc729 content::BrowserChildProcessHost::GetPortProvider())); in MaybeGetProcessMetrics()
/external/chromium_org/content/browser/renderer_host/
Drender_message_filter.cc559 PeerHandle(), content::BrowserChildProcessHost::GetPortProvider())); in OnGetProcessMemorySizes()
/external/chromium/chrome/browser/task_manager/
Dtask_manager_resource_providers.cc1106 for (BrowserChildProcessHost::Iterator iter; !iter.Done(); ++iter) { in RetrieveChildProcessInfo()
/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_win.cc114 for (BrowserChildProcessHost::Iterator iter( in Run()

12