video_stub_ 122 remoting/host/client_session_unittest.cc MockVideoStub video_stub_; video_stub_ 167 remoting/host/client_session_unittest.cc EXPECT_CALL(*connection, video_stub()).WillRepeatedly(Return(&video_stub_)); video_stub_ 269 remoting/host/client_session_unittest.cc EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _)) video_stub_ 352 remoting/host/client_session_unittest.cc EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _)) video_stub_ 407 remoting/host/client_session_unittest.cc EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _)) video_stub_ 464 remoting/host/client_session_unittest.cc EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _)) video_stub_ 522 remoting/host/client_session_unittest.cc EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _)) video_stub_ 34 remoting/host/mouse_clamping_filter.cc video_stub_->ProcessVideoPacket(video_packet.Pass(), done); video_stub_ 25 remoting/host/mouse_clamping_filter.h video_stub_ = video_stub; video_stub_ 36 remoting/host/mouse_clamping_filter.h protocol::VideoStub* video_stub_; video_stub_ 48 remoting/host/video_scheduler.cc video_stub_(video_stub), video_stub_ 58 remoting/host/video_scheduler.cc DCHECK(video_stub_); video_stub_ 125 remoting/host/video_scheduler.cc video_stub_ = NULL; video_stub_ 249 remoting/host/video_scheduler.cc if (!video_stub_) video_stub_ 252 remoting/host/video_scheduler.cc video_stub_->ProcessVideoPacket( video_stub_ 259 remoting/host/video_scheduler.cc if (!video_stub_) video_stub_ 171 remoting/host/video_scheduler.h protocol::VideoStub* video_stub_; video_stub_ 91 remoting/host/video_scheduler_unittest.cc MockVideoStub video_stub_; video_stub_ 126 remoting/host/video_scheduler_unittest.cc &video_stub_); video_stub_ 173 remoting/host/video_scheduler_unittest.cc EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _)) video_stub_ 178 remoting/host/video_scheduler_unittest.cc EXPECT_CALL(video_stub_, ProcessVideoPacketPtr(_, _)) video_stub_ 36 remoting/protocol/connection_to_host.cc video_stub_(NULL), video_stub_ 83 remoting/protocol/connection_to_host.cc video_stub_ = video_stub; video_stub_ 176 remoting/protocol/connection_to_host.cc video_reader_->Init(session_.get(), video_stub_, base::Bind( video_stub_ 154 remoting/protocol/connection_to_host.h VideoStub* video_stub_; video_stub_ 33 remoting/protocol/protobuf_video_reader.cc video_stub_ = video_stub; video_stub_ 59 remoting/protocol/protobuf_video_reader.cc video_stub_->ProcessVideoPacket(packet.Pass(), done_task); video_stub_ 49 remoting/protocol/protobuf_video_reader.h VideoStub* video_stub_;