Home | History | Annotate | Download | only in service_process

Lines Matching defs:ServiceProcessControl

34 // A ServiceProcessControl works as a portal between the service process and
44 class ServiceProcessControl : public IPC::Sender,
68 typedef IDMap<ServiceProcessControl>::iterator iterator;
76 static ServiceProcessControl* GetInstance();
146 : public base::RefCountedThreadSafe<ServiceProcessControl::Launcher> {
148 Launcher(ServiceProcessControl* process,
158 friend class base::RefCountedThreadSafe<ServiceProcessControl::Launcher>;
168 ServiceProcessControl* process_;
179 ServiceProcessControl();
180 virtual ~ServiceProcessControl();
182 friend struct DefaultSingletonTraits<ServiceProcessControl>;