OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RdpClientWindow
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/remoting/host/win/
rdp_client_window.h
26
//
RdpClientWindow
is used to establish a connection to the given RDP endpoint.
28
// takes care of handling RDP properly.
RdpClientWindow
must be used only on
30
class
RdpClientWindow
31
: public CWindowImpl<
RdpClientWindow
, CWindow, CFrameWinTraits>,
32
public IDispEventImpl<1,
RdpClientWindow
,
37
// delivered after
RdpClientWindow
::Connect() returned success.
39
//
RdpClientWindow
guarantees that OnDisconnected() is the last notification
52
// Once
RdpClientWindow
::Connect() returns success the owner of the
53
// |
RdpClientWindow
| object must keep it alive until OnDisconnected() is
56
// 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 37 milliseconds