Home
last modified time | relevance | path

Searched refs:aRootBounds (Results 1 – 10 of 10) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DDOMIntersectionObserver.h28 RefPtr<DOMRect> aRootBounds, in DOMIntersectionObserverEntry() argument
35 mRootBounds(std::move(aRootBounds)), in DOMIntersectionObserverEntry()
H A DDOMIntersectionObserver.cpp340 nsIFrame* aTarget, nsIFrame* aRoot, const nsRect& aRootBounds, in ComputeTheIntersection() argument
409 EdgeInclusiveIntersection(intersectionRectRelativeToRoot, aRootBounds); in ComputeTheIntersection()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DDOMIntersectionObserver.h27 RefPtr<DOMRect> aRootBounds, in DOMIntersectionObserverEntry() argument
34 mRootBounds(std::move(aRootBounds)), in DOMIntersectionObserverEntry()
H A DDOMIntersectionObserver.cpp333 nsIFrame* aTarget, nsIFrame* aRoot, const nsRect& aRootBounds, in ComputeTheIntersection() argument
397 EdgeInclusiveIntersection(intersectionRectRelativeToRoot, aRootBounds); in ComputeTheIntersection()
/dports/www/firefox/firefox-99.0/dom/base/
H A DDOMIntersectionObserver.h29 RefPtr<DOMRect> aRootBounds, in DOMIntersectionObserverEntry() argument
36 mRootBounds(std::move(aRootBounds)), in DOMIntersectionObserverEntry()
H A DDOMIntersectionObserver.cpp344 nsIFrame* aTarget, nsIFrame* aRoot, const nsRect& aRootBounds, in ComputeTheIntersection() argument
413 EdgeInclusiveIntersection(intersectionRectRelativeToRoot, aRootBounds); in ComputeTheIntersection()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DDOMIntersectionObserver.h28 RefPtr<DOMRect> aRootBounds, in DOMIntersectionObserverEntry() argument
35 mRootBounds(std::move(aRootBounds)), in DOMIntersectionObserverEntry()
H A DDOMIntersectionObserver.cpp340 nsIFrame* aTarget, nsIFrame* aRoot, const nsRect& aRootBounds, in ComputeTheIntersection() argument
409 EdgeInclusiveIntersection(intersectionRectRelativeToRoot, aRootBounds); in ComputeTheIntersection()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DDOMIntersectionObserver.h28 RefPtr<DOMRect> aRootBounds, in DOMIntersectionObserverEntry() argument
35 mRootBounds(aRootBounds), in DOMIntersectionObserverEntry()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DDOMIntersectionObserver.h30 RefPtr<DOMRect> aRootBounds, in DOMIntersectionObserverEntry() argument
37 mRootBounds(aRootBounds), in DOMIntersectionObserverEntry()