OnRdpConnected 129 remoting/host/desktop_session_win.cc void OnRdpConnected(); OnRdpConnected 153 remoting/host/desktop_session_win.cc STDMETHOD(OnRdpConnected)() OVERRIDE; OnRdpConnected 348 remoting/host/desktop_session_win.cc desktop_session_->OnRdpConnected(); OnRdpConnected 217 remoting/host/win/rdp_client.cc event_handler_->OnRdpConnected(); OnRdpConnected 34 remoting/host/win/rdp_client.h virtual void OnRdpConnected() = 0; OnRdpConnected 42 remoting/host/win/rdp_client_unittest.cc MOCK_METHOD0(OnRdpConnected, void()); OnRdpConnected 88 remoting/host/win/rdp_client_unittest.cc void OnRdpConnected(); OnRdpConnected 157 remoting/host/win/rdp_client_unittest.cc EXPECT_CALL(event_handler_, OnRdpConnected()) OnRdpConnected 159 remoting/host/win/rdp_client_unittest.cc .WillOnce(Invoke(this, &RdpClientTest::OnRdpConnected)); OnRdpConnected 51 remoting/host/win/rdp_desktop_session.cc HRESULT result = event_handler_->OnRdpConnected(); OnRdpConnected 52 remoting/host/win/rdp_desktop_session.h virtual void OnRdpConnected() OVERRIDE;