OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnSessionChannelsConnected
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/remoting/host/
chromoting_host.h
119
virtual void
OnSessionChannelsConnected
(ClientSession* client) OVERRIDE;
host_mock_objects.h
65
MOCK_METHOD1(
OnSessionChannelsConnected
, void(ClientSession* client));
client_session_unittest.cc
250
EXPECT_CALL(session_event_handler_,
OnSessionChannelsConnected
(_))
333
EXPECT_CALL(session_event_handler_,
OnSessionChannelsConnected
(_))
388
EXPECT_CALL(session_event_handler_,
OnSessionChannelsConnected
(_))
445
EXPECT_CALL(session_event_handler_,
OnSessionChannelsConnected
(_))
488
EXPECT_CALL(session_event_handler_,
OnSessionChannelsConnected
(_))
client_session.h
61
virtual void
OnSessionChannelsConnected
(ClientSession* client) = 0;
chromoting_host.cc
205
void ChromotingHost::
OnSessionChannelsConnected
(ClientSession* client) {
client_session.cc
319
event_handler_->
OnSessionChannelsConnected
(this);
Completed in 455 milliseconds