HomeSort by relevance Sort by last modified time
    Searched refs:OnConnectionChannelsConnected (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/remoting/protocol/
connection_to_client.h 45 virtual void OnConnectionChannelsConnected(
connection_to_client_unittest.cc 39 EXPECT_CALL(handler_, OnConnectionChannelsConnected(viewer_.get()));
connection_to_client.cc 195 handler_->OnConnectionChannelsConnected(this);
protocol_mock_objects.h 58 MOCK_METHOD1(OnConnectionChannelsConnected,
  /external/chromium_org/remoting/host/
client_session.h 138 virtual void OnConnectionChannelsConnected(
client_session.cc 348 void ClientSession::OnConnectionChannelsConnected(
chromoting_host_unittest.cc 210 base::Bind(&ClientSession::OnConnectionChannelsConnected,
client_session_unittest.cc 355 client_session_->OnConnectionChannelsConnected(client_session_->connection());

Completed in 454 milliseconds