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

  /external/chromium/chrome/common/
service_process_util_posix.cc 18 : shutdown_task_(shutdown_task) {
25 if (shutdown_task_.get()) {
29 shutdown_task_->Run();
30 shutdown_task_.reset();
service_process_util_posix.h 36 // watching. When it reads |kShutDownMessage|, it performs |shutdown_task_|.
54 scoped_ptr<Task> shutdown_task_; member in class:ServiceProcessShutdownMonitor
service_process_util_win.cc 53 : shutdown_task_(shutdown_task) {
64 shutdown_task_->Run();
65 shutdown_task_.reset();
71 scoped_ptr<Task> shutdown_task_; member in class:__anon4818::ServiceProcessShutdownMonitor

Completed in 50 milliseconds