Home
last modified time | relevance | path

Searched refs:SetEventHandler (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/remoting/protocol/
Dconnection_to_client.cc26 session_->SetEventHandler(this); in ConnectionToClient()
32 void ConnectionToClient::SetEventHandler(EventHandler* event_handler) { in SetEventHandler() function in remoting::protocol::ConnectionToClient
Dsession.h77 virtual void SetEventHandler(EventHandler* event_handler) = 0;
Djingle_session_unittest.cc105 host_session_->SetEventHandler(&host_session_event_handler_); in SetHostSession()
259 client_session_->SetEventHandler(&client_session_event_handler_); in InitiateConnection()
342 client_session_->SetEventHandler(&client_session_event_handler_); in TEST_F()
Dconnection_to_client.h73 void SetEventHandler(EventHandler* event_handler);
Dconnection_to_client_unittest.cc37 viewer_->SetEventHandler(&handler_); in SetUp()
Djingle_session.h46 virtual void SetEventHandler(Session::EventHandler* event_handler) OVERRIDE;
Dfake_session.h170 virtual void SetEventHandler(EventHandler* event_handler) OVERRIDE;
Dprotocol_mock_objects.h168 MOCK_METHOD1(SetEventHandler, void(Session::EventHandler* event_handler));
Dconnection_to_host.cc152 session_->SetEventHandler(this); in OnSessionManagerReady()
Dfake_session.cc299 void FakeSession::SetEventHandler(EventHandler* event_handler) { in SetEventHandler() function in remoting::protocol::FakeSession
Djingle_session.cc88 void JingleSession::SetEventHandler(Session::EventHandler* event_handler) { in SetEventHandler() function in remoting::protocol::JingleSession
/external/chromium_org/remoting/host/
Dchromoting_host_unittest.cc123 EXPECT_CALL(*session1_, SetEventHandler(_)) in SetUp()
125 EXPECT_CALL(*session2_, SetEventHandler(_)) in SetUp()
127 EXPECT_CALL(*session_unowned1_, SetEventHandler(_)) in SetUp()
130 EXPECT_CALL(*session_unowned2_, SetEventHandler(_)) in SetUp()
Dclient_session.cc71 connection_->SetEventHandler(this); in ClientSession()
Dclient_session_unittest.cc275 EXPECT_CALL(*session, SetEventHandler(_)); in SetUp()