OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
37
EXPECT_CALL(handler_,
OnConnectionAuthenticated
(viewer_.get()));
connection_to_client.cc
149
handler_->
OnConnectionAuthenticated
(this);
protocol_mock_objects.h
55
MOCK_METHOD1(
OnConnectionAuthenticated
, void(ConnectionToClient* connection));
/external/chromium_org/remoting/host/
client_session.h
117
virtual void
OnConnectionAuthenticated
(
client_session.cc
207
void ClientSession::
OnConnectionAuthenticated
(
chromoting_host_unittest.cc
202
base::Bind(&ClientSession::
OnConnectionAuthenticated
,
client_session_unittest.cc
219
client_session_->
OnConnectionAuthenticated
(client_session_->connection());
Completed in 2545 milliseconds