OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OnProcessLaunched
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/content/public/browser/
browser_child_process_host_delegate.h
25
virtual void
OnProcessLaunched
() {}
/external/chromium_org/remoting/host/win/
worker_process_launcher.cc
108
void WorkerProcessLauncher::
OnProcessLaunched
(
/external/chromium/chrome/browser/nacl_host/
nacl_process_host.cc
80
//
OnProcessLaunched
didn't get called because the process couldn't launch.
171
OnProcessLaunched
();
188
void NaClProcessHost::
OnProcessLaunched
() {
/external/chromium/chrome/browser/service/
service_process_control.cc
169
NewRunnableMethod(this, &ServiceProcessControl::
OnProcessLaunched
));
172
void ServiceProcessControl::
OnProcessLaunched
() {
/external/chromium_org/chrome/browser/service_process/
service_process_control.cc
157
launcher_->Run(base::Bind(&ServiceProcessControl::
OnProcessLaunched
,
166
void ServiceProcessControl::
OnProcessLaunched
() {
/external/chromium_org/content/browser/
browser_child_process_host_impl.cc
316
void BrowserChildProcessHostImpl::
OnProcessLaunched
() {
336
delegate_->
OnProcessLaunched
();
ppapi_plugin_process_host.cc
368
void PpapiPluginProcessHost::
OnProcessLaunched
() {
/external/chromium_org/content/browser/worker_host/
worker_process_host.cc
312
void WorkerProcessHost::
OnProcessLaunched
() {
/external/chromium_org/components/nacl/browser/
nacl_process_host.cc
578
void NaClProcessHost::
OnProcessLaunched
() {
[
all
...]
/external/chromium_org/content/browser/gpu/
gpu_process_host.cc
582
OnProcessLaunched
(); // Fake a callback that the process is ready.
[
all
...]
/external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc
527
OnProcessLaunched
(); // Fake a callback that the process is ready.
[
all
...]
Completed in 794 milliseconds