/external/chromium_org/remoting/host/ |
mouse_clamping_filter.h | 25 video_stub_ = video_stub; 36 protocol::VideoStub* video_stub_; member in class:remoting::MouseClampingFilter
|
video_scheduler.h | 141 // Callback passed to |video_stub_| for the last packet in each frame, to 171 protocol::VideoStub* video_stub_; member in class:remoting::VideoScheduler
|
video_scheduler_unittest.cc | 91 MockVideoStub video_stub_; member in class:remoting::VideoSchedulerTest 126 &video_stub_); 173 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _)) 178 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _))
|
client_session_unittest.cc | 110 MockVideoStub video_stub_; member in class:remoting::ClientSessionTest 155 EXPECT_CALL(*connection, video_stub()).WillRepeatedly(Return(&video_stub_)); 257 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _)) 340 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _)) 395 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _)) 452 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _)) 510 EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _))
|
/external/chromium_org/remoting/protocol/ |
protobuf_video_reader.h | 49 VideoStub* video_stub_; member in class:remoting::protocol::ProtobufVideoReader
|
connection_to_host.h | 152 VideoStub* video_stub_; member in class:remoting::protocol::ConnectionToHost
|