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

  /external/chromium_org/remoting/protocol/
connection_to_client.h 42 virtual void OnConnectionAuthenticated(ConnectionToClient* connection) = 0;
87 // The stubs must not be accessed before OnConnectionAuthenticated(), or
connection_to_client_unittest.cc 38 EXPECT_CALL(handler_, OnConnectionAuthenticated(viewer_.get()));
connection_to_client.cc 154 handler_->OnConnectionAuthenticated(this);
protocol_mock_objects.h 57 MOCK_METHOD1(OnConnectionAuthenticated, void(ConnectionToClient* connection));
  /external/chromium_org/remoting/host/
client_session.h 124 virtual void OnConnectionAuthenticated(
client_session.cc 245 void ClientSession::OnConnectionAuthenticated(
chromoting_host_unittest.cc 207 base::Bind(&ClientSession::OnConnectionAuthenticated,
client_session_unittest.cc 313 client_session_->OnConnectionAuthenticated(client_session_->connection());

Completed in 489 milliseconds