Home
last modified time | relevance | path

Searched refs:window_finder_ (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/desktop_capture/
Dwindow_capturer_mac.mm75 WindowFinderMac window_finder_;
83 window_finder_(configuration_monitor_) {}
141 return window_finder_.GetWindowUnderPoint(sys_pos) != window_id_;
/external/webrtc/modules/desktop_capture/linux/x11/
Dwindow_capturer_x11.cc38 window_finder_(&atom_cache_) { in WindowCapturerX11()
189 return window_finder_.GetWindowUnderPoint(pos) != in IsOccluded()
Dwindow_capturer_x11.h69 WindowFinderX11 window_finder_; variable
/external/webrtc/modules/desktop_capture/win/
Dwindow_capturer_win_gdi.h70 WindowFinderWin window_finder_; variable
Dwindow_capturer_win_gdi.cc143 reinterpret_cast<HWND>(window_finder_.GetWindowUnderPoint(sys_pos)); in IsOccluded()