SetEventHandler 121 remoting/host/chromoting_host_unittest.cc EXPECT_CALL(*session1_, SetEventHandler(_)) SetEventHandler 123 remoting/host/chromoting_host_unittest.cc EXPECT_CALL(*session2_, SetEventHandler(_)) SetEventHandler 125 remoting/host/chromoting_host_unittest.cc EXPECT_CALL(*session_unowned1_, SetEventHandler(_)) SetEventHandler 127 remoting/host/chromoting_host_unittest.cc .WillRepeatedly(Invoke(this, &ChromotingHostTest::SetEventHandler)); SetEventHandler 128 remoting/host/chromoting_host_unittest.cc EXPECT_CALL(*session_unowned2_, SetEventHandler(_)) SetEventHandler 70 remoting/host/client_session.cc connection_->SetEventHandler(this); SetEventHandler 158 remoting/host/client_session_unittest.cc EXPECT_CALL(*session, SetEventHandler(_)); SetEventHandler 26 remoting/protocol/connection_to_client.cc session_->SetEventHandler(this); SetEventHandler 74 remoting/protocol/connection_to_client.h void SetEventHandler(EventHandler* event_handler); SetEventHandler 37 remoting/protocol/connection_to_client_unittest.cc viewer_->SetEventHandler(&handler_); SetEventHandler 134 remoting/protocol/connection_to_host.cc session_->SetEventHandler(this); SetEventHandler 170 remoting/protocol/fake_session.h virtual void SetEventHandler(EventHandler* event_handler) OVERRIDE; SetEventHandler 46 remoting/protocol/jingle_session.h virtual void SetEventHandler(Session::EventHandler* event_handler) OVERRIDE; SetEventHandler 103 remoting/protocol/jingle_session_unittest.cc host_session_->SetEventHandler(&host_session_event_handler_); SetEventHandler 241 remoting/protocol/jingle_session_unittest.cc client_session_->SetEventHandler(&client_session_event_handler_); SetEventHandler 324 remoting/protocol/jingle_session_unittest.cc client_session_->SetEventHandler(&client_session_event_handler_); SetEventHandler 166 remoting/protocol/protocol_mock_objects.h MOCK_METHOD1(SetEventHandler, void(Session::EventHandler* event_handler)); SetEventHandler 80 remoting/protocol/session.h virtual void SetEventHandler(EventHandler* event_handler) = 0;