video_stub        146 remoting/host/chromoting_host_unittest.cc     ON_CALL(*connection1_, video_stub())
video_stub        152 remoting/host/chromoting_host_unittest.cc     ON_CALL(*connection2_, video_stub())
video_stub        158 remoting/host/chromoting_host_unittest.cc     EXPECT_CALL(*connection1_, video_stub())
video_stub        164 remoting/host/chromoting_host_unittest.cc     EXPECT_CALL(*connection2_, video_stub())
video_stub        331 remoting/host/chromoting_host_unittest.cc     MockVideoStub& video_stub = get_video_stub(connection_index);
video_stub        338 remoting/host/chromoting_host_unittest.cc         EXPECT_CALL(video_stub, ProcessVideoPacketPtr(_, _))
video_stub        344 remoting/host/chromoting_host_unittest.cc     EXPECT_CALL(video_stub, ProcessVideoPacketPtr(_, _))
video_stub        227 remoting/host/client_session.cc   mouse_clamping_filter_.set_video_stub(connection_->video_stub());
video_stub        167 remoting/host/client_session_unittest.cc   EXPECT_CALL(*connection, video_stub()).WillRepeatedly(Return(&video_stub_));
video_stub         24 remoting/host/mouse_clamping_filter.h   void set_video_stub(protocol::VideoStub* video_stub) {
video_stub         25 remoting/host/mouse_clamping_filter.h     video_stub_ = video_stub;
video_stub         41 remoting/host/video_scheduler.cc     protocol::VideoStub* video_stub)
video_stub         48 remoting/host/video_scheduler.cc       video_stub_(video_stub),
video_stub         90 remoting/host/video_scheduler.h       protocol::VideoStub* video_stub);
video_stub         90 remoting/protocol/connection_to_client.h   virtual VideoStub* video_stub();
video_stub         66 remoting/protocol/connection_to_client_unittest.cc   viewer_->video_stub()->ProcessVideoPacket(packet.Pass(), base::Closure());
video_stub         84 remoting/protocol/connection_to_client_unittest.cc   viewer_->video_stub()->ProcessVideoPacket(packet.Pass(), base::Closure());
video_stub         77 remoting/protocol/connection_to_host.cc                                VideoStub* video_stub,
video_stub         83 remoting/protocol/connection_to_host.cc   video_stub_ = video_stub;
video_stub         98 remoting/protocol/connection_to_host.h                        VideoStub* video_stub,
video_stub         29 remoting/protocol/protobuf_video_reader.cc                                VideoStub* video_stub,
video_stub         33 remoting/protocol/protobuf_video_reader.cc   video_stub_ = video_stub;
video_stub         30 remoting/protocol/protobuf_video_reader.h                     VideoStub* video_stub,
video_stub         40 remoting/protocol/protocol_mock_objects.h   MOCK_METHOD0(video_stub, VideoStub*());
video_stub         35 remoting/protocol/video_reader.h                     VideoStub* video_stub,