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

  /external/chromium_org/remoting/protocol/
connection_to_host.cc 29 ConnectionToHost::ConnectionToHost(
41 ConnectionToHost::~ConnectionToHost() {
54 void ConnectionToHost::Connect(SignalStrategy* signal_strategy,
82 const SessionConfig& ConnectionToHost::config() {
86 ClipboardStub* ConnectionToHost::clipboard_forwarder() {
90 HostStub* ConnectionToHost::host_stub() {
95 InputStub* ConnectionToHost::input_stub() {
99 void ConnectionToHost::set_client_stub(ClientStub* client_stub)
    [all...]
connection_to_host.h 47 class ConnectionToHost : public SignalStrategy::Listener,
83 ConnectionToHost(bool allow_nat_traversal);
84 virtual ~ConnectionToHost();
101 // and must outlive the ConnectionToHost.
138 // Return the current state of ConnectionToHost.
184 DISALLOW_COPY_AND_ASSIGN(ConnectionToHost);

Completed in 34 milliseconds