Searched refs:OnVideoChannelStatus (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Dmonitored_video_stub_unittest.cc33 &MonitoredVideoStubTest::OnVideoChannelStatus,
38 MOCK_METHOD1(OnVideoChannelStatus, void(bool connected));
49 EXPECT_CALL(*this, OnVideoChannelStatus(true));
52 EXPECT_CALL(*this, OnVideoChannelStatus(false)).Times(AtMost(1));
59 EXPECT_CALL(*this, OnVideoChannelStatus(true));
62 EXPECT_CALL(*this, OnVideoChannelStatus(false)).WillOnce(
72 EXPECT_CALL(*this, OnVideoChannelStatus(true));
75 EXPECT_CALL(*this, OnVideoChannelStatus(false)).Times(AtMost(1));
84 EXPECT_CALL(*this, OnVideoChannelStatus(true)).Times(1);
85 EXPECT_CALL(*this, OnVideoChannelStatus(fals
[all...]
H A Dconnection_to_host.cc126 base::Bind(&ConnectionToHost::OnVideoChannelStatus,
244 void ConnectionToHost::OnVideoChannelStatus(bool active) { function in class:remoting::protocol::ConnectionToHost
H A Dconnection_to_host.h140 virtual void OnVideoChannelStatus(bool active);

Completed in 275 milliseconds