Searched defs:IsOccluded (Results 1 – 11 of 11) sorted by relevance
56 bool DesktopCapturerWrapper::IsOccluded(const DesktopVector& pos) { in IsOccluded() function in webrtc::DesktopCapturerWrapper
54 bool DesktopCapturer::IsOccluded(const DesktopVector& pos) { in IsOccluded() function in webrtc::DesktopCapturer
114 bool CroppingWindowCapturer::IsOccluded(const DesktopVector& pos) { in IsOccluded() function in webrtc::CroppingWindowCapturer
155 bool FallbackDesktopCapturerWrapper::IsOccluded(const DesktopVector& pos) { in IsOccluded() function in webrtc::FallbackDesktopCapturerWrapper
76 bool BlankDetectorDesktopCapturerWrapper::IsOccluded(const DesktopVector& pos) { in IsOccluded() function in webrtc::BlankDetectorDesktopCapturerWrapper
207 bool DesktopAndCursorComposer::IsOccluded(const DesktopVector& pos) { in IsOccluded() function in webrtc::DesktopAndCursorComposer
185 bool DesktopCapturerDifferWrapper::IsOccluded(const DesktopVector& pos) { in IsOccluded() function in webrtc::DesktopCapturerDifferWrapper
124 bool IsOccluded(const DesktopVector& pos) override { return is_occluded_; } in IsOccluded() function in webrtc::__anon7137fc330111::FakeScreenCapturer
188 bool WindowCapturerX11::IsOccluded(const DesktopVector& pos) { in IsOccluded() function in webrtc::WindowCapturerX11
140 bool WindowCapturerWinGdi::IsOccluded(const DesktopVector& pos) { in IsOccluded() function in webrtc::WindowCapturerWinGdi
44 TEST_P(OcclusionQueriesTest, IsOccluded) in TEST_P() argument