Searched refs:OnRdpConnected (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/remoting/host/win/
H A Drdp_client_unittest.cc42 MOCK_METHOD0(OnRdpConnected, void());
88 void OnRdpConnected();
133 void RdpClientTest::OnRdpConnected() { function in class:remoting::RdpClientTest
157 EXPECT_CALL(event_handler_, OnRdpConnected())
159 .WillOnce(Invoke(this, &RdpClientTest::OnRdpConnected));
H A Drdp_client.h34 virtual void OnRdpConnected() = 0;
H A Drdp_desktop_session.cc50 void RdpDesktopSession::OnRdpConnected() { function in class:remoting::RdpDesktopSession
51 HRESULT result = event_handler_->OnRdpConnected();
52 CHECK(SUCCEEDED(result)) << "OnRdpConnected() failed: 0x"
H A Drdp_desktop_session.h52 virtual void OnRdpConnected() OVERRIDE;
H A Drdp_client.cc217 event_handler_->OnRdpConnected();
/external/chromium_org/remoting/host/
H A Ddesktop_session_win.cc129 void OnRdpConnected();
153 STDMETHOD(OnRdpConnected)() OVERRIDE;
273 void RdpSession::OnRdpConnected() { function in class:remoting::__anon10410::RdpSession
344 STDMETHODIMP RdpSession::EventHandler::OnRdpConnected() { function in class:remoting::__anon10410::RdpSession::EventHandler
348 desktop_session_->OnRdpConnected();

Completed in 104 milliseconds