Home
last modified time | relevance | path

Searched refs:scrollPortSize (Results 1 – 15 of 15) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/
H A DFrameMetrics.cpp130 CSSSize scrollPortSize = in CalculateScrollRange() local
134 std::max(scrollRange.Width() - scrollPortSize.width, 0.0f)); in CalculateScrollRange()
136 std::max(scrollRange.Height() - scrollPortSize.height, 0.0f)); in CalculateScrollRange()
/dports/www/firefox/firefox-99.0/gfx/layers/
H A DFrameMetrics.cpp129 CSSSize scrollPortSize = in CalculateScrollRange() local
133 std::max(scrollRange.Width() - scrollPortSize.width, 0.0f)); in CalculateScrollRange()
135 std::max(scrollRange.Height() - scrollPortSize.height, 0.0f)); in CalculateScrollRange()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/
H A DFrameMetrics.cpp130 CSSSize scrollPortSize = in CalculateScrollRange() local
134 std::max(scrollRange.Width() - scrollPortSize.width, 0.0f)); in CalculateScrollRange()
136 std::max(scrollRange.Height() - scrollPortSize.height, 0.0f)); in CalculateScrollRange()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/
H A DFrameMetrics.h244 CSSSize scrollPortSize = CalculateCompositedSizeInCssPixels();
247 std::max(scrollRange.Width() - scrollPortSize.width, 0.0f));
249 std::max(scrollRange.Height() - scrollPortSize.height, 0.0f));
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/
H A DFrameMetrics.h209 CSSSize scrollPortSize = CalculateCompositedSizeInCssPixels();
212 std::max(scrollRange.Width() - scrollPortSize.width, 0.0f));
214 std::max(scrollRange.Height() - scrollPortSize.height, 0.0f));
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/
H A DFrameMetrics.h214 CSSSize scrollPortSize = CalculateCompositedSizeInCssPixels();
216 scrollRange.width = std::max(scrollRange.width - scrollPortSize.width, 0.0f);
217 scrollRange.height = std::max(scrollRange.height - scrollPortSize.height, 0.0f);
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsGfxScrollFrame.cpp384 nsSize visualScrollPortSize = scrollPortSize; in TryLayout()
398 scrollPortSize); in TryLayout()
407 if (scrollPortSize.width < hScrollbarMinSize.width) in TryLayout()
419 if (scrollPortSize.height < vScrollbarMinSize.height) in TryLayout()
435 mHelper.mScrollPort = nsRect(scrollPortOrigin, scrollPortSize); in TryLayout()
3854 return GetScrollRange(scrollPortSize.width, scrollPortSize.height); in GetScrollRangeForClamping()
6102 nsSize scrollPortSize = aScrollFrame.GetScrollPortRect().Size(); in ComputeScrollSnapInfo() local
6109 scrollPortSize.width); in ComputeScrollSnapInfo()
6114 scrollPortSize.height); in ComputeScrollSnapInfo()
6119 styles.mScrollSnapPointsX, scrollPortSize.width)); in ComputeScrollSnapInfo()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DnsGfxScrollFrame.cpp360 nsSize scrollPortSize = nsSize( in TryLayout() local
364 nsSize visualScrollPortSize = scrollPortSize; in TryLayout()
390 if (scrollPortSize.width < hScrollbarMinSize.width) in TryLayout()
401 if (scrollPortSize.height < vScrollbarMinSize.height) in TryLayout()
408 aState->mInsideBorderSize.width - scrollPortSize.width; in TryLayout()
417 mHelper.mScrollPort = nsRect(scrollPortOrigin, scrollPortSize); in TryLayout()
2643 nsSize scrollPortSize = GetScrollPositionClampingScrollPortSize(); in ScrollToImpl() local
3876 return GetScrollRange(scrollPortSize.width, scrollPortSize.height); in GetScrollRangeForClamping()
6138 nsSize scrollPortSize = aScrollFrame.GetScrollPortRect().Size(); in ComputeScrollSnapInfo() local
6155 scrollPortSize.width)); in ComputeScrollSnapInfo()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DnsGfxScrollFrame.cpp487 const nsSize scrollPortSize = in TryLayout() local
497 nsSize visualViewportSize = scrollPortSize; in TryLayout()
538 mHelper.GetUnsnappedScrolledRectInternal(overflowRect, scrollPortSize); in TryLayout()
542 ToString(scrollPortSize).c_str()); in TryLayout()
548 sizeToCompare = scrollPortSize; in TryLayout()
560 scrollPortSize.width < hScrollbarMinSize.width) { in TryLayout()
579 scrollPortSize.height < vScrollbarMinSize.height) { in TryLayout()
595 nscoord vScrollbarActualWidth = layoutSize.width - scrollPortSize.width; in TryLayout()
598 mHelper.mScrollPort = nsRect(scrollPortOrigin, scrollPortSize); in TryLayout()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DnsGfxScrollFrame.cpp487 const nsSize scrollPortSize = in TryLayout() local
497 nsSize visualViewportSize = scrollPortSize; in TryLayout()
538 mHelper.GetUnsnappedScrolledRectInternal(overflowRect, scrollPortSize); in TryLayout()
542 ToString(scrollPortSize).c_str()); in TryLayout()
548 sizeToCompare = scrollPortSize; in TryLayout()
560 scrollPortSize.width < hScrollbarMinSize.width) { in TryLayout()
579 scrollPortSize.height < vScrollbarMinSize.height) { in TryLayout()
595 nscoord vScrollbarActualWidth = layoutSize.width - scrollPortSize.width; in TryLayout()
598 mHelper.mScrollPort = nsRect(scrollPortOrigin, scrollPortSize); in TryLayout()
/dports/www/firefox/firefox-99.0/layout/generic/
H A DnsGfxScrollFrame.cpp598 const nsSize scrollPortSize = in TryLayout() local
605 nsSize visualViewportSize = scrollPortSize; in TryLayout()
644 mHelper.GetUnsnappedScrolledRectInternal(overflowRect, scrollPortSize); in TryLayout()
648 ToString(scrollPortSize).c_str()); in TryLayout()
656 sizeToCompare = scrollPortSize; in TryLayout()
668 scrollPortSize.width < aState.HScrollbarMinWidth()) { in TryLayout()
684 scrollPortSize.height < aState.VScrollbarMinHeight()) { in TryLayout()
709 mHelper.SetScrollPort(nsRect(scrollPortOrigin, scrollPortSize)); in TryLayout()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/
H A DnsGfxScrollFrame.cpp454 const nsSize scrollPortSize = in TryLayout() local
464 nsSize visualViewportSize = scrollPortSize; in TryLayout()
494 mHelper.GetUnsnappedScrolledRectInternal(overflowRect, scrollPortSize); in TryLayout()
507 scrollPortSize.width < hScrollbarMinSize.width) { in TryLayout()
524 scrollPortSize.height < vScrollbarMinSize.height) { in TryLayout()
538 nscoord vScrollbarActualWidth = layoutSize.width - scrollPortSize.width; in TryLayout()
541 mHelper.mScrollPort = nsRect(scrollPortOrigin, scrollPortSize); in TryLayout()
/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DnsLayoutUtils.cpp9061 nsSize scrollPortSize = frame->GetSize(); in GetRootMetadata() local
9065 scrollPortSize = scrollableFrame->GetScrollPortRect().Size(); in GetRootMetadata()
9069 aLayerManager, ScrollableLayerGuid::NULL_SCROLL_ID, scrollPortSize, in GetRootMetadata()
/dports/www/firefox/firefox-99.0/layout/base/
H A DnsLayoutUtils.cpp8959 nsSize scrollPortSize = frame->GetSize(); in GetRootMetadata() local
8963 scrollPortSize = scrollableFrame->GetScrollPortRect().Size(); in GetRootMetadata()
8968 ScrollableLayerGuid::NULL_SCROLL_ID, scrollPortSize, isRootContent)); in GetRootMetadata()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/
H A DnsLayoutUtils.cpp9061 nsSize scrollPortSize = frame->GetSize(); in GetRootMetadata() local
9065 scrollPortSize = scrollableFrame->GetScrollPortRect().Size(); in GetRootMetadata()
9069 aLayerManager, ScrollableLayerGuid::NULL_SCROLL_ID, scrollPortSize, in GetRootMetadata()