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

  /external/chromium_org/remoting/host/
gnubby_auth_handler_posix.h 72 protocol::ClientStub* client_stub_; member in class:remoting::GnubbyAuthHandlerPosix
gnubby_auth_handler_posix_unittest.cc 70 MockClientStub client_stub_; member in class:remoting::GnubbyAuthHandlerPosixTest
79 auth_handler_posix_.reset(new GnubbyAuthHandlerPosix(&client_stub_));
96 EXPECT_CALL(client_stub_,
114 EXPECT_CALL(client_stub_, DeliverHostMessage(_));
125 EXPECT_CALL(client_stub_, DeliverHostMessage(_));
video_scheduler_unittest.cc 90 MockClientStub client_stub_; member in class:remoting::VideoSchedulerTest
125 &client_stub_,
client_session_unittest.cc 203 MockClientStub client_stub_; member in class:remoting::ClientSessionTest
283 .WillRepeatedly(Return(&client_stub_));
302 EXPECT_CALL(client_stub_, SetCapabilities(_))
789 EXPECT_CALL(client_stub_,
  /external/chromium_org/remoting/protocol/
client_control_dispatcher.h 47 void set_client_stub(ClientStub* client_stub) { client_stub_ = client_stub; }
63 ClientStub* client_stub_; member in class:remoting::protocol::ClientControlDispatcher
clipboard_echo_filter.h 61 ClipboardStub* client_stub_; member in class:remoting::protocol::ClipboardEchoFilter
connection_to_host.h 163 ClientStub* client_stub_; member in class:remoting::protocol::ConnectionToHost

Completed in 1406 milliseconds