Home
last modified time | relevance | path

Searched refs:OnRdpClosed (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/remoting/host/win/
Drdp_desktop_session.cc56 void RdpDesktopSession::OnRdpClosed() { in OnRdpClosed() function in remoting::RdpDesktopSession
57 HRESULT result = event_handler_->OnRdpClosed(); in OnRdpClosed()
Drdp_client_unittest.cc43 MOCK_METHOD0(OnRdpClosed, void());
160 EXPECT_CALL(event_handler_, OnRdpClosed()) in TEST_F()
Drdp_client.h37 virtual void OnRdpClosed() = 0;
Drdp_desktop_session.h53 virtual void OnRdpClosed() OVERRIDE;
Drdp_client.cc230 event_handler->OnRdpClosed(); in NotifyClosed()
Dchromoting_lib_idl.templ81 HRESULT OnRdpClosed();
/external/chromium_org/remoting/host/
Ddesktop_session_win.cc130 void OnRdpClosed();
154 STDMETHOD(OnRdpClosed)() OVERRIDE;
280 void RdpSession::OnRdpClosed() { in OnRdpClosed() function in remoting::__anonbc4ab8410111::RdpSession
310 desktop_session_->OnRdpClosed(); in ~EventHandler()
353 STDMETHODIMP RdpSession::EventHandler::OnRdpClosed() { in OnRdpClosed() function in remoting::__anonbc4ab8410111::RdpSession::EventHandler
361 desktop_session->OnRdpClosed(); in OnRdpClosed()