Home
last modified time | relevance | path

Searched refs:aOnRightOrBottom (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsGfxScrollFrame.h1183 bool aOnRightOrBottom,
1187 bool aOnRightOrBottom,
H A DnsGfxScrollFrame.cpp4793 bool aOnRightOrBottom, bool aHorizontal, bool aAdd) in AddRemoveScrollbar() argument
4808 hSize.height, aOnRightOrBottom, aAdd); in AddRemoveScrollbar()
4827 vSize.width, aOnRightOrBottom, aAdd); in AddRemoveScrollbar()
4839 bool aOnRightOrBottom, bool aAdd) in AddRemoveScrollbar() argument
4847 if (!aOnRightOrBottom && size >= 0) in AddRemoveScrollbar()
4851 if (!aOnRightOrBottom) in AddRemoveScrollbar()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DnsGfxScrollFrame.h1231 bool aOnRightOrBottom, bool aAdd);
1233 bool AddRemoveScrollbar(nsBoxLayoutState& aState, bool aOnRightOrBottom,
H A DnsGfxScrollFrame.cpp4842 bool aOnRightOrBottom, in AddRemoveScrollbar() argument
4858 aOnRightOrBottom, aAdd); in AddRemoveScrollbar()
4878 aOnRightOrBottom, aAdd); in AddRemoveScrollbar()
4889 bool aOnRightOrBottom, bool aAdd) { in AddRemoveScrollbar() argument
4896 if (!aOnRightOrBottom && size >= 0) xy += aSbSize; in AddRemoveScrollbar()
4899 if (!aOnRightOrBottom) xy -= aSbSize; in AddRemoveScrollbar()
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DnsGfxScrollFrame.h1378 bool aOnRightOrBottom, bool aAdd);
1380 bool AddRemoveScrollbar(nsBoxLayoutState& aState, bool aOnRightOrBottom,
H A DnsGfxScrollFrame.cpp5851 bool aOnRightOrBottom, in AddRemoveScrollbar() argument
5868 aOnRightOrBottom, aAdd); in AddRemoveScrollbar()
5889 aOnRightOrBottom, aAdd); in AddRemoveScrollbar()
5900 bool aOnRightOrBottom, bool aAdd) { in AddRemoveScrollbar() argument
5907 if (!aOnRightOrBottom && size >= 0) xy += aSbSize; in AddRemoveScrollbar()
5910 if (!aOnRightOrBottom) xy -= aSbSize; in AddRemoveScrollbar()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DnsGfxScrollFrame.h1378 bool aOnRightOrBottom, bool aAdd);
1380 bool AddRemoveScrollbar(nsBoxLayoutState& aState, bool aOnRightOrBottom,
H A DnsGfxScrollFrame.cpp5851 bool aOnRightOrBottom, in AddRemoveScrollbar() argument
5868 aOnRightOrBottom, aAdd); in AddRemoveScrollbar()
5889 aOnRightOrBottom, aAdd); in AddRemoveScrollbar()
5900 bool aOnRightOrBottom, bool aAdd) { in AddRemoveScrollbar() argument
5907 if (!aOnRightOrBottom && size >= 0) xy += aSbSize; in AddRemoveScrollbar()
5910 if (!aOnRightOrBottom) xy -= aSbSize; in AddRemoveScrollbar()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/
H A DnsGfxScrollFrame.h1314 bool aOnRightOrBottom, bool aAdd);
1316 bool AddRemoveScrollbar(nsBoxLayoutState& aState, bool aOnRightOrBottom,
H A DnsGfxScrollFrame.cpp5350 bool aOnRightOrBottom, in AddRemoveScrollbar() argument
5367 aOnRightOrBottom, aAdd); in AddRemoveScrollbar()
5388 aOnRightOrBottom, aAdd); in AddRemoveScrollbar()
5399 bool aOnRightOrBottom, bool aAdd) { in AddRemoveScrollbar() argument
5406 if (!aOnRightOrBottom && size >= 0) xy += aSbSize; in AddRemoveScrollbar()
5409 if (!aOnRightOrBottom) xy -= aSbSize; in AddRemoveScrollbar()
/dports/www/firefox/firefox-99.0/layout/generic/
H A DnsGfxScrollFrame.h1414 bool AddRemoveScrollbar(nsBoxLayoutState& aState, bool aOnRightOrBottom,
H A DnsGfxScrollFrame.cpp5930 bool aOnRightOrBottom, in AddRemoveScrollbar() argument
5954 MOZ_ASSERT(aOnRightOrBottom, in AddRemoveScrollbar()
5978 const bool scrollbarOnLeft = !aOnRightOrBottom; in AddRemoveScrollbar()