Home
last modified time | relevance | path

Searched refs:oldVRect (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsGfxScrollFrame.cpp5476 const nsRect oldVRect = aVRect; in AdjustOverlappingScrollbars() local
5478 if (oldVRect.Contains(oldHRect.BottomRight() - nsPoint(1, 1))) { in AdjustOverlappingScrollbars()
5479 aHRect.width = std::max(0, oldVRect.x - oldHRect.x); in AdjustOverlappingScrollbars()
5480 } else if (oldVRect.Contains(oldHRect.BottomLeft() - nsPoint(0, 1))) { in AdjustOverlappingScrollbars()
5481 nscoord overlap = std::min(oldHRect.width, oldVRect.XMost() - oldHRect.x); in AdjustOverlappingScrollbars()
5485 if (oldHRect.Contains(oldVRect.BottomRight() - nsPoint(1, 1))) { in AdjustOverlappingScrollbars()
5486 aVRect.height = std::max(0, oldHRect.y - oldVRect.y); in AdjustOverlappingScrollbars()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DnsGfxScrollFrame.cpp5529 const nsRect oldVRect = aVRect; in AdjustOverlappingScrollbars() local
5531 if (oldVRect.Contains(oldHRect.BottomRight() - nsPoint(1, 1))) { in AdjustOverlappingScrollbars()
5532 aHRect.width = std::max(0, oldVRect.x - oldHRect.x); in AdjustOverlappingScrollbars()
5533 } else if (oldVRect.Contains(oldHRect.BottomLeft() - nsPoint(0, 1))) { in AdjustOverlappingScrollbars()
5534 nscoord overlap = std::min(oldHRect.width, oldVRect.XMost() - oldHRect.x); in AdjustOverlappingScrollbars()
5538 if (oldHRect.Contains(oldVRect.BottomRight() - nsPoint(1, 1))) { in AdjustOverlappingScrollbars()
5539 aVRect.height = std::max(0, oldHRect.y - oldVRect.y); in AdjustOverlappingScrollbars()
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DnsGfxScrollFrame.cpp6725 const nsRect oldVRect = aVRect; in AdjustOverlappingScrollbars() local
6727 if (oldVRect.Contains(oldHRect.BottomRight() - nsPoint(1, 1))) { in AdjustOverlappingScrollbars()
6728 aHRect.width = std::max(0, oldVRect.x - oldHRect.x); in AdjustOverlappingScrollbars()
6729 } else if (oldVRect.Contains(oldHRect.BottomLeft() - nsPoint(0, 1))) { in AdjustOverlappingScrollbars()
6730 nscoord overlap = std::min(oldHRect.width, oldVRect.XMost() - oldHRect.x); in AdjustOverlappingScrollbars()
6734 if (oldHRect.Contains(oldVRect.BottomRight() - nsPoint(1, 1))) { in AdjustOverlappingScrollbars()
6735 aVRect.height = std::max(0, oldHRect.y - oldVRect.y); in AdjustOverlappingScrollbars()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DnsGfxScrollFrame.cpp6725 const nsRect oldVRect = aVRect; in AdjustOverlappingScrollbars() local
6727 if (oldVRect.Contains(oldHRect.BottomRight() - nsPoint(1, 1))) { in AdjustOverlappingScrollbars()
6728 aHRect.width = std::max(0, oldVRect.x - oldHRect.x); in AdjustOverlappingScrollbars()
6729 } else if (oldVRect.Contains(oldHRect.BottomLeft() - nsPoint(0, 1))) { in AdjustOverlappingScrollbars()
6730 nscoord overlap = std::min(oldHRect.width, oldVRect.XMost() - oldHRect.x); in AdjustOverlappingScrollbars()
6734 if (oldHRect.Contains(oldVRect.BottomRight() - nsPoint(1, 1))) { in AdjustOverlappingScrollbars()
6735 aVRect.height = std::max(0, oldHRect.y - oldVRect.y); in AdjustOverlappingScrollbars()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/
H A DnsGfxScrollFrame.cpp6182 const nsRect oldVRect = aVRect; in AdjustOverlappingScrollbars() local
6184 if (oldVRect.Contains(oldHRect.BottomRight() - nsPoint(1, 1))) { in AdjustOverlappingScrollbars()
6185 aHRect.width = std::max(0, oldVRect.x - oldHRect.x); in AdjustOverlappingScrollbars()
6186 } else if (oldVRect.Contains(oldHRect.BottomLeft() - nsPoint(0, 1))) { in AdjustOverlappingScrollbars()
6187 nscoord overlap = std::min(oldHRect.width, oldVRect.XMost() - oldHRect.x); in AdjustOverlappingScrollbars()
6191 if (oldHRect.Contains(oldVRect.BottomRight() - nsPoint(1, 1))) { in AdjustOverlappingScrollbars()
6192 aVRect.height = std::max(0, oldHRect.y - oldVRect.y); in AdjustOverlappingScrollbars()
/dports/www/firefox/firefox-99.0/layout/generic/
H A DnsGfxScrollFrame.cpp6808 const nsRect oldVRect = aVRect; in AdjustOverlappingScrollbars() local
6810 if (oldVRect.Contains(oldHRect.BottomRight() - nsPoint(1, 1))) { in AdjustOverlappingScrollbars()
6811 aHRect.width = std::max(0, oldVRect.x - oldHRect.x); in AdjustOverlappingScrollbars()
6812 } else if (oldVRect.Contains(oldHRect.BottomLeft() - nsPoint(0, 1))) { in AdjustOverlappingScrollbars()
6813 nscoord overlap = std::min(oldHRect.width, oldVRect.XMost() - oldHRect.x); in AdjustOverlappingScrollbars()
6817 if (oldHRect.Contains(oldVRect.BottomRight() - nsPoint(1, 1))) { in AdjustOverlappingScrollbars()
6818 aVRect.height = std::max(0, oldHRect.y - oldVRect.y); in AdjustOverlappingScrollbars()