DoesRectContain    85 remoting/base/util.cc   DCHECK(DoesRectContain(webrtc::DesktopRect::MakeSize(source_size),
DoesRectContain    87 remoting/base/util.cc   DCHECK(DoesRectContain(webrtc::DesktopRect::MakeSize(dest_size),
DoesRectContain    89 remoting/base/util.cc   DCHECK(DoesRectContain(dest_buffer_rect, dest_rect));
DoesRectContain    90 remoting/base/util.cc   DCHECK(DoesRectContain(ScaleRect(source_buffer_rect, source_size, dest_size),
DoesRectContain   218 remoting/base/util.cc   DCHECK(DoesRectContain(dest_buffer_rect, dest_rect));
DoesRectContain   219 remoting/base/util.cc   DCHECK(DoesRectContain(source_buffer_rect, dest_rect));
DoesRectContain    96 remoting/base/util.h bool DoesRectContain(const webrtc::DesktopRect& a,
DoesRectContain    86 remoting/base/util_unittest.cc         DoesRectContain(webrtc::DesktopRect::MakeSize(dest_size), rect));
DoesRectContain    43 remoting/codec/video_decoder_verbatim.cc     if (!DoesRectContain(webrtc::DesktopRect::MakeSize(screen_size_), rect)) {