OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RdpClient
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/remoting/host/win/
rdp_client.h
26
class
RdpClient
: public base::NonThreadSafe {
40
RdpClient
(
46
virtual ~
RdpClient
();
56
DISALLOW_COPY_AND_ASSIGN(
RdpClient
);
rdp_client.cc
36
// The core of
RdpClient
is ref-counted since it services calls and notifies
39
class
RdpClient
::Core
46
RdpClient
::EventHandler* event_handler);
79
RdpClient
::EventHandler* event_handler_;
90
RdpClient
::
RdpClient
(
102
RdpClient
::~
RdpClient
() {
108
void
RdpClient
::InjectSas() {
114
RdpClient
::Core::Core
[
all
...]
rdp_desktop_session.h
20
// Implements IRdpDesktopSession interface providing a way to host
RdpClient
26
public
RdpClient
::EventHandler {
51
//
RdpClient
::EventHandler interface.
61
scoped_ptr<
RdpClient
> client_;
rdp_client_unittest.cc
37
class MockRdpClientEventHandler : public
RdpClient
::EventHandler {
97
// The UI message loop used by
RdpClient
. The loop is stopped once there is no
103
// Mocks
RdpClient
::EventHandler for testing.
107
scoped_ptr<
RdpClient
> rdp_client_;
109
// Unique terminal identifier passed to
RdpClient
.
165
rdp_client_.reset(new
RdpClient
(
rdp_desktop_session.cc
28
client_.reset(new
RdpClient
(task_runner, task_runner,
Completed in 39 milliseconds