HomeSort by relevance Sort by last modified time
    Searched refs:desktop_shape (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/remoting/host/
desktop_shape_tracker.h 26 // Recalculates the desktop shape, as returned by desktop_shape();
30 virtual const webrtc::DesktopRegion& desktop_shape() = 0;
desktop_shape_tracker_unittest.cc 26 EXPECT_FALSE(shape_tracker->desktop_shape().is_empty());
desktop_shape_tracker_win.cc 33 virtual const webrtc::DesktopRegion& desktop_shape();
89 const webrtc::DesktopRegion& DesktopShapeTrackerWin::desktop_shape() { function in class:remoting::__anon14403::DesktopShapeTrackerWin
shaped_screen_capturer.cc 63 frame->set_shape(new webrtc::DesktopRegion(shape_tracker_->desktop_shape()));
shaped_screen_capturer_unittest.cc 63 virtual const webrtc::DesktopRegion& desktop_shape() OVERRIDE {
64 // desktop_shape() can't be called before RefreshDesktopShape().
  /external/chromium_org/remoting/client/plugin/
media_source_video_renderer.cc 217 webrtc::DesktopRegion desktop_shape; local
221 desktop_shape.AddRect(webrtc::DesktopRect::MakeXYWH(
227 desktop_shape =
231 if (!desktop_shape_.Equals(desktop_shape)) {
232 desktop_shape_.Swap(&desktop_shape);

Completed in 283 milliseconds