Searched defs:ServiceProcessControl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/service_process/
H A Dservice_process_control.cc28 // ServiceProcessControl implementation.
29 ServiceProcessControl::ServiceProcessControl() { function in class:ServiceProcessControl
32 ServiceProcessControl::~ServiceProcessControl() {
35 void ServiceProcessControl::ConnectInternal() {
55 void ServiceProcessControl::SetChannel(scoped_ptr<IPC::ChannelProxy> channel) {
59 void ServiceProcessControl::RunConnectDoneTasks() {
79 void ServiceProcessControl::RunAllTasksHelper(TaskList* task_list) {
87 bool ServiceProcessControl
[all...]
H A Dservice_process_control.h34 // A ServiceProcessControl works as a portal between the service process and
44 class ServiceProcessControl : public IPC::Sender, class in inherits:IPC::Sender,IPC::Listener,content::NotificationObserver
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();
[all...]

Completed in 157 milliseconds