Home | History | Annotate | Download | only in service

Lines Matching defs:Launcher

167   launcher_ = new Launcher(this, cmd_line);
184 // We don't need the launcher anymore.
311 ServiceProcessControl::Launcher::Launcher(ServiceProcessControl* process,
322 void ServiceProcessControl::Launcher::Run(Task* task) {
326 NewRunnableMethod(this, &Launcher::DoRun));
329 ServiceProcessControl::Launcher::~Launcher() {}
331 void ServiceProcessControl::Launcher::Notify() {
338 void ServiceProcessControl::Launcher::DoDetectLaunched() {
344 NewRunnableMethod(this, &Launcher::Notify));
353 NewRunnableMethod(this, &Launcher::DoDetectLaunched),
357 void ServiceProcessControl::Launcher::DoRun() {
362 &Launcher::DoDetectLaunched));
365 NewRunnableMethod(this, &Launcher::Notify));