Home
last modified time | relevance | path

Searched refs:IsParentScrollbarRolledOver (Results 1 – 11 of 11) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DScrollbarDrawingMac.cpp35 static bool IsParentScrollbarRolledOver(nsIFrame* aFrame) { in IsParentScrollbarRolledOver() function
108 params.rolledOver = IsParentScrollbarRolledOver(aFrame); in ComputeScrollbarParams()
/dports/www/firefox-esr/firefox-91.8.0/widget/
H A DScrollbarDrawingMac.cpp35 static bool IsParentScrollbarRolledOver(nsIFrame* aFrame) { in IsParentScrollbarRolledOver() function
108 params.rolledOver = IsParentScrollbarRolledOver(aFrame); in ComputeScrollbarParams()
/dports/www/firefox/firefox-99.0/widget/
H A DScrollbarDrawing.h46 static bool IsParentScrollbarRolledOver(nsIFrame* aFrame);
H A DScrollbarDrawing.cpp52 bool ScrollbarDrawing::IsParentScrollbarRolledOver(nsIFrame* aFrame) { in IsParentScrollbarRolledOver() function in mozilla::widget::ScrollbarDrawing
H A DScrollbarDrawingCocoa.cpp57 params.isRolledOver = ScrollbarDrawing::IsParentScrollbarRolledOver(aFrame); in ComputeScrollbarParams()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/cocoa/
H A DnsNativeThemeCocoa.h162 bool IsParentScrollbarRolledOver(nsIFrame* aFrame);
H A DnsNativeThemeCocoa.mm2267 nsNativeThemeCocoa::IsParentScrollbarRolledOver(nsIFrame* aFrame) function
2762 BOOL isRolledOver = IsParentScrollbarRolledOver(aFrame);
2811 if (!isOverlay || IsParentScrollbarRolledOver(aFrame)) {
/dports/lang/spidermonkey60/firefox-60.9.0/widget/cocoa/
H A DnsNativeThemeCocoa.h169 bool IsParentScrollbarRolledOver(nsIFrame* aFrame);
H A DnsNativeThemeCocoa.mm2263 nsNativeThemeCocoa::IsParentScrollbarRolledOver(nsIFrame* aFrame) function
2774 BOOL isRolledOver = IsParentScrollbarRolledOver(aFrame);
2824 if (!isOverlay || IsParentScrollbarRolledOver(aFrame)) {
3068 if (isOverlay && !IsParentScrollbarRolledOver(aFrame)) {
/dports/lang/spidermonkey78/firefox-78.9.0/widget/cocoa/
H A DnsNativeThemeCocoa.h519 bool IsParentScrollbarRolledOver(nsIFrame* aFrame);
H A DnsNativeThemeCocoa.mm2481 params.rolledOver = IsParentScrollbarRolledOver(aFrame);
2760 bool nsNativeThemeCocoa::IsParentScrollbarRolledOver(nsIFrame* aFrame) { function
3551 if (isOverlay && !IsParentScrollbarRolledOver(aFrame)) {