Home
last modified time | relevance | path

Searched refs:OnPermanentError (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/remoting/host/win/
Dworker_process_launcher_unittest.cc65 MOCK_METHOD1(OnPermanentError, void(int));
392 EXPECT_CALL(server_listener_, OnPermanentError(_)) in TEST_F()
412 EXPECT_CALL(server_listener_, OnPermanentError(_)) in TEST_F()
435 EXPECT_CALL(server_listener_, OnPermanentError(_)) in TEST_F()
458 EXPECT_CALL(server_listener_, OnPermanentError(_)) in TEST_F()
478 EXPECT_CALL(server_listener_, OnPermanentError(_)) in TEST_F()
Dworker_process_launcher.cc260 ipc_handler_->OnPermanentError(exit_code_); in StopWorker()
/external/chromium_org/remoting/host/
Ddaemon_process_win.cc56 virtual void OnPermanentError(int exit_code) OVERRIDE;
108 void DaemonProcessWin::OnPermanentError(int exit_code) { in OnPermanentError() function in remoting::DaemonProcessWin
115 DaemonProcess::OnPermanentError(exit_code); in OnPermanentError()
Dworker_process_ipc_delegate.h30 virtual void OnPermanentError(int exit_code) = 0;
Ddesktop_session_win.h90 virtual void OnPermanentError(int exit_code) OVERRIDE;
Ddaemon_process.h71 virtual void OnPermanentError(int exit_code) OVERRIDE;
Ddaemon_process.cc134 void DaemonProcess::OnPermanentError(int exit_code) { in OnPermanentError() function in remoting::DaemonProcess
Ddesktop_session_win.cc502 void DesktopSessionWin::OnPermanentError(int exit_code) { in OnPermanentError() function in remoting::DesktopSessionWin