Searched refs:GetWindowUnderPoint (Results 1 – 11 of 11) sorted by relevance
78 const HWND id = reinterpret_cast<HWND>(finder.GetWindowUnderPoint(spot)); in TEST()139 const WindowId id = finder->GetWindowUnderPoint(spot);167 finder->GetWindowUnderPoint(DesktopVector(INT16_MAX, INT16_MAX))); in TEST()169 finder->GetWindowUnderPoint(DesktopVector(INT16_MAX, INT16_MIN))); in TEST()171 finder->GetWindowUnderPoint(DesktopVector(INT16_MIN, INT16_MAX))); in TEST()173 finder->GetWindowUnderPoint(DesktopVector(INT16_MIN, INT16_MIN))); in TEST()
25 WindowId GetWindowUnderPoint(DesktopVector point) override;
29 WindowId GetWindowUnderPoint(DesktopVector point) override;
22 WindowId WindowFinderWin::GetWindowUnderPoint(DesktopVector point) { in GetWindowUnderPoint() function in webrtc::WindowFinderWin
41 virtual WindowId GetWindowUnderPoint(DesktopVector point) = 0;
29 WindowId WindowFinderMac::GetWindowUnderPoint(DesktopVector point) {
141 return window_finder_.GetWindowUnderPoint(sys_pos) != window_id_;
27 WindowId GetWindowUnderPoint(DesktopVector point) override;
28 WindowId WindowFinderX11::GetWindowUnderPoint(DesktopVector point) { in GetWindowUnderPoint() function in webrtc::WindowFinderX11
188 return window_finder_.GetWindowUnderPoint(pos) != in IsOccluded()
135 reinterpret_cast<HWND>(window_finder_.GetWindowUnderPoint(sys_pos)); in IsOccluded()