Searched refs:window_rect_ (Results 1 – 2 of 2) sorted by relevance
46 DesktopSize window_size() { return window_rect_.size(); } in window_size()49 const DesktopRect& window_rect() { return window_rect_; } in window_rect()75 DesktopRect window_rect_; variable
189 if (!GetWindowRect(display_, window, &window_rect_, &attributes)) { in Init()230 window_rect_.width(), window_rect_.height()); in InitShm()283 window_rect_.width(), window_rect_.height(), depth); in InitPixmaps()336 RTC_DCHECK_LE(rect.right(), window_rect_.width()); in CaptureRect()337 RTC_DCHECK_LE(rect.bottom(), window_rect_.height()); in CaptureRect()