HomeSort by relevance Sort by last modified time
    Searched defs:RdpClientWindow (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/remoting/host/win/
rdp_client_window.h 25 // 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
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| object directly
    [all...]
rdp_client_window.cc 55 base::LazyInstance<base::ThreadLocalPointer<RdpClientWindow::WindowHook> >
94 class RdpClientWindow::WindowHook
113 RdpClientWindow::RdpClientWindow(const net::IPEndPoint& server_endpoint,
121 RdpClientWindow::~RdpClientWindow() {
129 bool RdpClientWindow::Connect(const webrtc::DesktopSize& screen_size) {
144 void RdpClientWindow::Disconnect() {
149 void RdpClientWindow::InjectSas() {
211 void RdpClientWindow::OnClose()
    [all...]

Completed in 405 milliseconds