Searched refs:OnProcessLaunched (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/content/public/browser/
H A Dbrowser_child_process_host_delegate.h25 virtual void OnProcessLaunched() {} function in class:content::BrowserChildProcessHostDelegate
/external/chromium_org/content/browser/
H A Dchild_process_launcher.h30 virtual void OnProcessLaunched() = 0;
H A Dbrowser_child_process_host_impl.h99 virtual void OnProcessLaunched() OVERRIDE;
H A Dppapi_plugin_process_host.h129 virtual void OnProcessLaunched() OVERRIDE;
H A Dbrowser_child_process_host_impl.cc323 void BrowserChildProcessHostImpl::OnProcessLaunched() { function in class:content::BrowserChildProcessHostImpl
343 delegate_->OnProcessLaunched();
H A Dchild_process_launcher.cc351 client_->OnProcessLaunched();
H A Dppapi_plugin_process_host.cc395 void PpapiPluginProcessHost::OnProcessLaunched() { function in class:content::PpapiPluginProcessHost
/external/chromium_org/remoting/host/win/
H A Dworker_process_launcher.h87 void OnProcessLaunched(base::win::ScopedHandle worker_process);
H A Dworker_process_launcher.cc108 void WorkerProcessLauncher::OnProcessLaunched( function in class:remoting::WorkerProcessLauncher
H A Dunprivileged_process_delegate.cc417 event_handler_->OnProcessLaunched(limited_handle.Pass());
H A Dworker_process_launcher_unittest.cc378 event_handler_->OnProcessLaunched(copy.Pass());
H A Dwts_session_process_delegate.cc528 event_handler_->OnProcessLaunched(limited_handle.Pass());
/external/chromium_org/chrome/browser/service_process/
H A Dservice_process_control.h199 void OnProcessLaunched();
H A Dservice_process_control.cc118 launcher_->Run(base::Bind(&ServiceProcessControl::OnProcessLaunched,
127 void ServiceProcessControl::OnProcessLaunched() { function in class:ServiceProcessControl
/external/chromium_org/components/nacl/browser/
H A Dnacl_process_host.h132 virtual void OnProcessLaunched() OVERRIDE;
H A Dnacl_process_host.cc658 void NaClProcessHost::OnProcessLaunched() { function in class:nacl::NaClProcessHost
/external/chromium_org/content/browser/gpu/
H A Dgpu_process_host.h161 virtual void OnProcessLaunched() OVERRIDE;
H A Dgpu_process_host.cc517 OnProcessLaunched(); // Fake a callback that the process is ready.
812 void GpuProcessHost::OnProcessLaunched() { function in class:content::GpuProcessHost
/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.h153 virtual void OnProcessLaunched() OVERRIDE;
H A Drender_process_host_impl.cc614 OnProcessLaunched(); // Fake a callback that the process is ready.
650 // from OnProcessLaunched.
2075 void RenderProcessHostImpl::OnProcessLaunched() { function in class:content::RenderProcessHostImpl

Completed in 210 milliseconds