Searched refs:RdpClientWindow (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/remoting/host/win/
H A Drdp_client_window.h25 // RdpClientWindow is used to establish a connection to the given RDP endpoint.
27 // takes care of handling RDP properly. RdpClientWindow must be used only on
29 class RdpClientWindow class in namespace:remoting
30 : public CWindowImpl<RdpClientWindow, CWindow, CFrameWinTraits>,
31 public IDispEventImpl<1, RdpClientWindow,
36 // delivered after RdpClientWindow::Connect() returned success.
38 // RdpClientWindow guarantees that OnDisconnected() is the last notification
51 // Once RdpClientWindow::Connect() returns success the owner of the
52 // |RdpClientWindow| object must keep it alive until OnDisconnected() is
55 // OnDisconnected() should not delete |RdpClientWindow| objec
[all...]
H A Drdp_client_window.cc55 base::LazyInstance<base::ThreadLocalPointer<RdpClientWindow::WindowHook> >
94 class RdpClientWindow::WindowHook
113 RdpClientWindow::RdpClientWindow(const net::IPEndPoint& server_endpoint, function in class:remoting::RdpClientWindow
121 RdpClientWindow::~RdpClientWindow() {
129 bool RdpClientWindow::Connect(const webrtc::DesktopSize& screen_size) {
144 void RdpClientWindow::Disconnect() {
149 void RdpClientWindow::InjectSas() {
211 void RdpClientWindow
[all...]
H A Drdp_client.cc41 public RdpClientWindow::EventHandler {
58 // RdpClientWindow::EventHandler interface.
82 scoped_ptr<RdpClientWindow> rdp_client_window_;
149 rdp_client_window_.reset(new RdpClientWindow(server_endpoint, terminal_id,

Completed in 84 milliseconds