Home
last modified time | relevance | path

Searched refs:aIntersectionRect (Results 1 – 14 of 14) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DDOMIntersectionObserver.h30 RefPtr<DOMRect> aIntersectionRect, in DOMIntersectionObserverEntry() argument
37 mIntersectionRect(std::move(aIntersectionRect)), in DOMIntersectionObserverEntry()
139 const Maybe<nsRect>& aIntersectionRect,
H A DDOMIntersectionObserver.cpp718 const nsRect& aTargetRect, const Maybe<nsRect>& aIntersectionRect, in QueueIntersectionObserverEntry() argument
728 if (aIntersectionRect.isSome()) { in QueueIntersectionObserverEntry()
729 intersectionRect->SetLayoutRect(aIntersectionRect.value()); in QueueIntersectionObserverEntry()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DDOMIntersectionObserver.h29 RefPtr<DOMRect> aIntersectionRect, in DOMIntersectionObserverEntry() argument
36 mIntersectionRect(std::move(aIntersectionRect)), in DOMIntersectionObserverEntry()
140 const Maybe<nsRect>& aIntersectionRect,
H A DDOMIntersectionObserver.cpp655 const nsRect& aTargetRect, const Maybe<nsRect>& aIntersectionRect, in QueueIntersectionObserverEntry() argument
665 if (aIntersectionRect.isSome()) { in QueueIntersectionObserverEntry()
666 intersectionRect->SetLayoutRect(aIntersectionRect.value()); in QueueIntersectionObserverEntry()
/dports/www/firefox/firefox-99.0/dom/base/
H A DDOMIntersectionObserver.h31 RefPtr<DOMRect> aIntersectionRect, in DOMIntersectionObserverEntry() argument
38 mIntersectionRect(std::move(aIntersectionRect)), in DOMIntersectionObserverEntry()
140 const Maybe<nsRect>& aIntersectionRect,
H A DDOMIntersectionObserver.cpp722 const nsRect& aTargetRect, const Maybe<nsRect>& aIntersectionRect, in QueueIntersectionObserverEntry() argument
732 if (aIntersectionRect.isSome()) { in QueueIntersectionObserverEntry()
733 intersectionRect->SetLayoutRect(aIntersectionRect.value()); in QueueIntersectionObserverEntry()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DDOMIntersectionObserver.h30 RefPtr<DOMRect> aIntersectionRect, in DOMIntersectionObserverEntry() argument
37 mIntersectionRect(std::move(aIntersectionRect)), in DOMIntersectionObserverEntry()
139 const Maybe<nsRect>& aIntersectionRect,
H A DDOMIntersectionObserver.cpp718 const nsRect& aTargetRect, const Maybe<nsRect>& aIntersectionRect, in QueueIntersectionObserverEntry() argument
728 if (aIntersectionRect.isSome()) { in QueueIntersectionObserverEntry()
729 intersectionRect->SetLayoutRect(aIntersectionRect.value()); in QueueIntersectionObserverEntry()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DDOMIntersectionObserver.h30 RefPtr<DOMRect> aIntersectionRect, in DOMIntersectionObserverEntry() argument
37 mIntersectionRect(aIntersectionRect), in DOMIntersectionObserverEntry()
143 const Maybe<nsRect>& aIntersectionRect,
H A DDOMIntersectionObserver.cpp465 const nsRect& aTargetRect, const Maybe<nsRect>& aIntersectionRect, in QueueIntersectionObserverEntry() argument
475 if (aIntersectionRect.isSome()) { in QueueIntersectionObserverEntry()
476 intersectionRect->SetLayoutRect(aIntersectionRect.value()); in QueueIntersectionObserverEntry()
480 intersectionRect.forget(), aIntersectionRect.isSome(), aTarget, in QueueIntersectionObserverEntry()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DDOMIntersectionObserver.h32 RefPtr<DOMRect> aIntersectionRect, in DOMIntersectionObserverEntry() argument
39 mIntersectionRect(aIntersectionRect), in DOMIntersectionObserverEntry()
165 const Maybe<nsRect>& aIntersectionRect,
H A DDOMIntersectionObserver.cpp428 const Maybe<nsRect>& aIntersectionRect, in QueueIntersectionObserverEntry() argument
439 if (aIntersectionRect.isSome()) { in QueueIntersectionObserverEntry()
440 intersectionRect->SetLayoutRect(aIntersectionRect.value()); in QueueIntersectionObserverEntry()
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/source/ui/report/
H A DViewsWindow.cxx119 … tools::Rectangle aIntersectionRect = aNewRect.GetIntersection(aOverlappingRect); in lcl_getNewRectSize() local
120 if ( !aIntersectionRect.IsEmpty() ) in lcl_getNewRectSize()
124 if ( aNewRect.Left() < aIntersectionRect.Left() ) in lcl_getNewRectSize()
126 aNewRect.SetRight( aIntersectionRect.Left() ); in lcl_getNewRectSize()
128 else if ( aNewRect.Left() < aIntersectionRect.Right() ) in lcl_getNewRectSize()
130 aNewRect.SetLeft( aIntersectionRect.Right() ); in lcl_getNewRectSize()
135 if ( aNewRect.Top() < aIntersectionRect.Top() ) in lcl_getNewRectSize()
137 aNewRect.SetBottom( aIntersectionRect.Top() ); in lcl_getNewRectSize()
139 else if ( aNewRect.Top() < aIntersectionRect.Bottom() ) in lcl_getNewRectSize()
141 aNewRect.SetTop( aIntersectionRect.Bottom() ); in lcl_getNewRectSize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/ui/report/
H A DViewsWindow.cxx121 … tools::Rectangle aIntersectionRect = aNewRect.GetIntersection(aOverlappingRect); in lcl_getNewRectSize() local
122 if ( !aIntersectionRect.IsEmpty() ) in lcl_getNewRectSize()
126 if ( aNewRect.Left() < aIntersectionRect.Left() ) in lcl_getNewRectSize()
128 aNewRect.SetRight( aIntersectionRect.Left() ); in lcl_getNewRectSize()
130 else if ( aNewRect.Left() < aIntersectionRect.Right() ) in lcl_getNewRectSize()
132 aNewRect.SetLeft( aIntersectionRect.Right() ); in lcl_getNewRectSize()
137 if ( aNewRect.Top() < aIntersectionRect.Top() ) in lcl_getNewRectSize()
139 aNewRect.SetBottom( aIntersectionRect.Top() ); in lcl_getNewRectSize()
141 else if ( aNewRect.Top() < aIntersectionRect.Bottom() ) in lcl_getNewRectSize()
143 aNewRect.SetTop( aIntersectionRect.Bottom() ); in lcl_getNewRectSize()