Lines Matching refs:aScrollPort

1089     nsIFrame* aScrolledFrame, nsIFrame* aCurrentFrame, const nsRect aScrollPort,  in GetScrollableOverflowForPerspective()  argument
1114 GetScrollableOverflowForPerspective(aScrolledFrame, child, aScrollPort, in GetScrollableOverflowForPerspective()
1166 nsMargin overhang(std::max(0, aScrollPort.Y() - preScroll.Y()), in GetScrollableOverflowForPerspective()
1167 std::max(0, preScroll.XMost() - aScrollPort.XMost()), in GetScrollableOverflowForPerspective()
1168 std::max(0, preScroll.YMost() - aScrollPort.YMost()), in GetScrollableOverflowForPerspective()
1169 std::max(0, aScrollPort.X() - preScroll.X())); in GetScrollableOverflowForPerspective()
1181 nsRect overflow = aScrollPort - scrollPos; in GetScrollableOverflowForPerspective()
4994 const nsRect& aScrollPort, in AddToListIfHeaderFooter() argument
4998 r = r.Intersect(aScrollPort); in AddToListIfHeaderFooter()
4999 if ((r.width >= aScrollPort.width / 2 || in AddToListIfHeaderFooter()
5001 r.height <= aScrollPort.height / 3) { in AddToListIfHeaderFooter()
5008 const nsRect& aScrollPort) { in GetScrollPortSizeExcludingHeadersAndFooters() argument
5015 AddToListIfHeaderFooter(iterator.get(), aViewportFrame, aScrollPort, in GetScrollPortSizeExcludingHeadersAndFooters()
5029 AddToListIfHeaderFooter(f, aScrollFrame, aScrollPort, list); in GetScrollPortSizeExcludingHeadersAndFooters()
5043 nscoord footerTop = aScrollPort.height; in GetScrollPortSizeExcludingHeadersAndFooters()
5050 headerBottom = std::min(aScrollPort.height / 3, headerBottom); in GetScrollPortSizeExcludingHeadersAndFooters()
5051 footerTop = std::max(aScrollPort.height - aScrollPort.height / 3, footerTop); in GetScrollPortSizeExcludingHeadersAndFooters()
5053 return nsSize(aScrollPort.width, footerTop - headerBottom); in GetScrollPortSizeExcludingHeadersAndFooters()