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));
388 EXPECT_CALL(server_listener_, OnPermanentError(_)) in TEST_F()
408 EXPECT_CALL(server_listener_, OnPermanentError(_)) in TEST_F()
431 EXPECT_CALL(server_listener_, OnPermanentError(_)) in TEST_F()
454 EXPECT_CALL(server_listener_, OnPermanentError(_)) in TEST_F()
474 EXPECT_CALL(server_listener_, OnPermanentError(_)) in TEST_F()
Dworker_process_launcher.cc259 ipc_handler_->OnPermanentError(exit_code_); in StopWorker()
/external/chromium_org/remoting/host/
Ddaemon_process_win.cc74 virtual void OnPermanentError(int exit_code) OVERRIDE;
141 void DaemonProcessWin::OnPermanentError(int exit_code) { in OnPermanentError() function in remoting::DaemonProcessWin
148 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.cc133 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