OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ConnectionToHost
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/remoting/protocol/
connection_to_host.cc
30
ConnectionToHost
::
ConnectionToHost
(
43
ConnectionToHost
::~
ConnectionToHost
() {
56
ClipboardStub*
ConnectionToHost
::clipboard_stub() {
60
HostStub*
ConnectionToHost
::host_stub() {
65
InputStub*
ConnectionToHost
::input_stub() {
69
void
ConnectionToHost
::Connect(SignalStrategy* signal_strategy,
101
const SessionConfig&
ConnectionToHost
::config() {
105
void
ConnectionToHost
::OnSignalStrategyStateChange
[
all
...]
connection_to_host.h
49
class
ConnectionToHost
: public SignalStrategy::Listener,
83
ConnectionToHost
(bool allow_nat_traversal);
84
virtual ~
ConnectionToHost
();
125
// Return the current state of
ConnectionToHost
.
174
DISALLOW_COPY_AND_ASSIGN(
ConnectionToHost
);
Completed in 25 milliseconds