Searched defs:desktop_shape (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/remoting/host/
H A Ddesktop_shape_tracker_win.cc33 virtual const webrtc::DesktopRegion& desktop_shape();
89 const webrtc::DesktopRegion& DesktopShapeTrackerWin::desktop_shape() { function in class:remoting::__anon10411::DesktopShapeTrackerWin
/external/chromium_org/remoting/client/plugin/
H A Dmedia_source_video_renderer.cc217 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 339 milliseconds