Home
last modified time | relevance | path

Searched refs:IsIntersecting (Results 1 – 18 of 18) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/intersection_observer/
H A Dintersection_observer_entry.h33 bool isIntersecting() const { return geometry_.IsIntersecting(); } in isIntersecting()
H A Dintersection_geometry.h121 bool IsIntersecting() const { return threshold_index_ > 0; } in IsIntersecting() function
H A Dintersection_geometry.cc400 if (IsIntersecting() && ShouldComputeVisibility() && in ComputeGeometry()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/intersection_observer/
H A Dintersection_observer_entry.h33 bool isIntersecting() const { return geometry_.IsIntersecting(); } in isIntersecting()
H A Dintersection_geometry.h123 bool IsIntersecting() const { return threshold_index_ > 0; } in IsIntersecting() function
H A Dintersection_geometry.cc418 if (IsIntersecting() && ShouldComputeVisibility() && in ComputeGeometry()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DDOMIntersectionObserver.h59 bool IsIntersecting() const { return mIsIntersecting; } in IsIntersecting() function
H A DDOMIntersectionObserver.cpp153 if (entry->IsIntersecting()) { in LazyLoadCallback()
165 if (entry->IsIntersecting()) { in LazyLoadCallbackReachViewport()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DDOMIntersectionObserver.h58 bool IsIntersecting() const { return mIsIntersecting; } in IsIntersecting() function
H A DDOMIntersectionObserver.cpp143 if (entry->IsIntersecting()) { in LazyLoadCallback()
/dports/www/firefox/firefox-99.0/dom/base/
H A DDOMIntersectionObserver.h60 bool IsIntersecting() const { return mIsIntersecting; } in IsIntersecting() function
H A DDOMIntersectionObserver.cpp152 if (entry->IsIntersecting()) { in LazyLoadCallback()
164 if (entry->IsIntersecting()) { in LazyLoadCallbackReachViewport()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DDOMIntersectionObserver.h59 bool IsIntersecting() const { return mIsIntersecting; } in IsIntersecting() function
H A DDOMIntersectionObserver.cpp153 if (entry->IsIntersecting()) { in LazyLoadCallback()
165 if (entry->IsIntersecting()) { in LazyLoadCallbackReachViewport()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DDOMIntersectionObserver.h60 bool IsIntersecting() { return mIsIntersecting; } in IsIntersecting() function
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/inc/common/Compiler/API/
H A DShaderToken.h184 inline bool IsIntersecting( const SShaderWriteMask wm ) const;
394 inline bool SShaderSwizzle::IsIntersecting( const SShaderWriteMask wm ) const in IsIntersecting() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/
H A Dframe_view.cc149 if (geometry.IsIntersecting()) { in UpdateViewportIntersection()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Dframe_view.cc122 if (geometry.IsIntersecting()) { in UpdateViewportIntersection()