HomeSort by relevance Sort by last modified time
    Searched refs:ServiceProcessShutdownMonitor (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/common/
service_process_util_posix.h 38 class ServiceProcessShutdownMonitor
46 explicit ServiceProcessShutdownMonitor(Task* shutdown_task);
47 virtual ~ServiceProcessShutdownMonitor();
79 scoped_ptr<ServiceProcessShutdownMonitor> shut_down_monitor_;
service_process_util_posix.cc 16 ServiceProcessShutdownMonitor::ServiceProcessShutdownMonitor(
21 ServiceProcessShutdownMonitor::~ServiceProcessShutdownMonitor() {
24 void ServiceProcessShutdownMonitor::OnFileCanReadWithoutBlocking(int fd) {
41 void ServiceProcessShutdownMonitor::OnFileCanWriteWithoutBlocking(int fd) {
51 int message = ServiceProcessShutdownMonitor::kShutDownMessage;
150 new ServiceProcessShutdownMonitor(scoped_shutdown_task.release()));
service_process_util_win.cc 49 class ServiceProcessShutdownMonitor
52 explicit ServiceProcessShutdownMonitor(Task* shutdown_task)
103 scoped_ptr<ServiceProcessShutdownMonitor> shutdown_monitor;
136 new ServiceProcessShutdownMonitor(scoped_shutdown_task.release()));

Completed in 1119 milliseconds