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

/external/chromium_org/chrome/common/
H A Dservice_process_util_posix.cc40 const base::Closure& terminate_task)
41 : terminate_task_(terminate_task) {
166 const base::Closure& terminate_task) {
176 new ServiceProcessTerminateMonitor(terminate_task));
39 ServiceProcessTerminateMonitor( const base::Closure& terminate_task) argument
164 SignalReady( base::MessageLoopProxy* message_loop_proxy, const base::Closure& terminate_task) argument
H A Dservice_process_util_win.cc54 explicit ServiceProcessTerminateMonitor(const base::Closure& terminate_task) argument
55 : terminate_task_(terminate_task) {
137 const base::Closure& terminate_task) {
143 if (!terminate_task.is_null()) {
145 new ServiceProcessTerminateMonitor(terminate_task));
135 SignalReady( base::MessageLoopProxy* message_loop_proxy, const base::Closure& terminate_task) argument

Completed in 87 milliseconds