Searched defs:stopped_callback (Results 1 - 3 of 3) sorted by relevance
/external/chromium_org/remoting/host/ |
H A D | daemon_process_win.cc | 51 const base::Closure& stopped_callback); 90 const base::Closure& stopped_callback) 91 : DaemonProcess(caller_task_runner, io_task_runner, stopped_callback) { 197 const base::Closure& stopped_callback) { 200 stopped_callback)); 87 DaemonProcessWin( scoped_refptr<AutoThreadTaskRunner> caller_task_runner, scoped_refptr<AutoThreadTaskRunner> io_task_runner, const base::Closure& stopped_callback) argument 194 Create( scoped_refptr<AutoThreadTaskRunner> caller_task_runner, scoped_refptr<AutoThreadTaskRunner> io_task_runner, const base::Closure& stopped_callback) argument
|
H A D | daemon_process.cc | 175 const base::Closure& stopped_callback) 179 stopped_callback_(stopped_callback), 284 base::Closure stopped_callback = stopped_callback_; local 286 stopped_callback.Run(); 172 DaemonProcess( scoped_refptr<AutoThreadTaskRunner> caller_task_runner, scoped_refptr<AutoThreadTaskRunner> io_task_runner, const base::Closure& stopped_callback) argument
|
H A D | daemon_process_unittest.cc | 57 const base::Closure& stopped_callback); 92 const base::Closure& stopped_callback) 93 : DaemonProcess(caller_task_runner, io_task_runner, stopped_callback) { 89 MockDaemonProcess( scoped_refptr<AutoThreadTaskRunner> caller_task_runner, scoped_refptr<AutoThreadTaskRunner> io_task_runner, const base::Closure& stopped_callback) argument
|
Completed in 325 milliseconds