Searched refs:ScreenCapturerFake (Results 1 – 6 of 6) sorted by relevance
16 static const int kWidth = ScreenCapturerFake::kWidth;17 static const int kHeight = ScreenCapturerFake::kHeight;27 ScreenCapturerFake::ScreenCapturerFake() in ScreenCapturerFake() function in remoting::ScreenCapturerFake38 ScreenCapturerFake::~ScreenCapturerFake() { in ~ScreenCapturerFake()41 void ScreenCapturerFake::Start(Callback* callback) { in Start()47 void ScreenCapturerFake::Capture(const webrtc::DesktopRegion& region) { in Capture()78 void ScreenCapturerFake::SetMouseShapeObserver( in SetMouseShapeObserver()85 void ScreenCapturerFake::GenerateImage() { in GenerateImage()122 void ScreenCapturerFake::ScreenConfigurationChanged() { in ScreenConfigurationChanged()
19 class ScreenCapturerFake : public webrtc::ScreenCapturer {25 ScreenCapturerFake();26 virtual ~ScreenCapturerFake();55 DISALLOW_COPY_AND_ASSIGN(ScreenCapturerFake);
215 return new ScreenCapturerFake(); in CreateVideoCapturer()496 int expected_x[3] = { 0, 100, ScreenCapturerFake::kWidth - 1 }; in TEST_F()498 int expected_y[3] = { 0, 50, ScreenCapturerFake::kHeight - 1 }; in TEST_F()
223 return new ScreenCapturerFake(); in CreateVideoCapturer()
348 return new ScreenCapturerFake(); in CreateVideoCapturer()
267 return new ScreenCapturerFake(); in CreateVideoCapturer()