Home
last modified time | relevance | path

Searched refs:backButtonRect (Results 1 – 24 of 24) sorted by relevance

/external/webkit/Source/WebCore/platform/
DScrollbarThemeComposite.cpp68 backButtonStartPaintRect = backButtonRect(scrollbar, BackButtonStartPart, true); in paint()
71 backButtonEndPaintRect = backButtonRect(scrollbar, BackButtonEndPart, true); in paint()
190 } else if (backButtonRect(scrollbar, BackButtonStartPart).contains(mousePosition)) in hitTest()
192 else if (backButtonRect(scrollbar, BackButtonEndPart).contains(mousePosition)) in hitTest()
209 result = backButtonRect(scrollbar, BackButtonStartPart, true); in invalidatePart()
212 result = backButtonRect(scrollbar, BackButtonEndPart, true); in invalidatePart()
DScrollbarThemeComposite.h52 virtual IntRect backButtonRect(Scrollbar*, ScrollbarPart, bool painting = false) = 0;
/external/webkit/Source/WebCore/rendering/
DRenderScrollbarTheme.cpp41 IntRect firstButton = backButtonRect(scrollbar, BackButtonStartPart); in buttonSizesAlongTrackAxis()
43 IntRect thirdButton = backButtonRect(scrollbar, BackButtonEndPart); in buttonSizesAlongTrackAxis()
72 IntRect RenderScrollbarTheme::backButtonRect(Scrollbar* scrollbar, ScrollbarPart partType, bool) in backButtonRect() function in WebCore::RenderScrollbarTheme
DRenderScrollbarTheme.h67 virtual IntRect backButtonRect(Scrollbar*, ScrollbarPart, bool painting = false);
/external/webkit/Source/WebCore/platform/gtk/
DScrollbarThemeGtk.cpp96 IntRect ScrollbarThemeGtk::backButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool) in backButtonRect() function in WebCore::ScrollbarThemeGtk
198 backButtonStartPaintRect = backButtonRect(scrollbar, BackButtonStartPart, true); in paint()
201 backButtonEndPaintRect = backButtonRect(scrollbar, BackButtonEndPart, true); in paint()
DScrollbarThemeGtk.h42 virtual IntRect backButtonRect(Scrollbar*, ScrollbarPart, bool);
/external/webkit/Source/WebCore/platform/chromium/
DScrollbarThemeChromium.h47 virtual IntRect backButtonRect(Scrollbar*, ScrollbarPart, bool painting = false);
DScrollbarThemeChromiumMac.h60 virtual IntRect backButtonRect(Scrollbar*, ScrollbarPart, bool painting = false);
DScrollbarThemeChromium.cpp50 IntRect ScrollbarThemeChromium::backButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool) in backButtonRect() function in WebCore::ScrollbarThemeChromium
DScrollbarThemeChromiumMac.mm230 IntRect ScrollbarThemeChromiumMac::backButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool pa…
/external/webkit/Source/WebCore/platform/haiku/
DScrollbarThemeHaiku.h45 virtual IntRect backButtonRect(Scrollbar*, ScrollbarPart, bool painting);
DScrollbarThemeHaiku.cpp73 IntRect ScrollbarThemeHaiku::backButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool) in backButtonRect() function in WebCore::ScrollbarThemeHaiku
/external/webkit/Source/WebCore/platform/win/
DScrollbarThemeSafari.h47 virtual IntRect backButtonRect(Scrollbar*, ScrollbarPart, bool painting = false);
DScrollbarThemeWin.h48 virtual IntRect backButtonRect(Scrollbar*, ScrollbarPart, bool painting = false);
DScrollbarThemeSafari.cpp137 IntRect ScrollbarThemeSafari::backButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool paintin… in backButtonRect() function in WebCore::ScrollbarThemeSafari
DScrollbarThemeWin.cpp138 IntRect ScrollbarThemeWin::backButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool) in backButtonRect() function in WebCore::ScrollbarThemeWin
/external/webkit/Source/WebCore/platform/wx/
DScrollbarThemeWx.h48 virtual IntRect backButtonRect(Scrollbar*, ScrollbarPart, bool painting = false);
DScrollbarThemeWx.cpp105 IntRect ScrollbarThemeWx::backButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool) in backButtonRect() function in WebCore::ScrollbarThemeWx
/external/webkit/Source/WebCore/platform/mac/
DScrollbarThemeMac.h63 virtual IntRect backButtonRect(Scrollbar*, ScrollbarPart, bool painting = false);
DScrollbarThemeMac.mm280 IntRect ScrollbarThemeMac::backButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool painting)
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1654611 (WebCore::ScrollbarThemeChromium::backButtonRect):
79471 (WebCore::RenderScrollbarTheme::backButtonRect):
79917 (WebCore::RenderScrollbarTheme::backButtonRect):
86877 (WebCore::ScrollbarThemeMac::backButtonRect):
87618 (WebCore::ScrollbarThemeMac::backButtonRect):
87683 (WebCore::ScrollbarThemeMac::backButtonRect):
87687 (WebCore::ScrollbarThemeSafari::backButtonRect):
87692 (WebCore::ScrollbarThemeWin::backButtonRect):
88248 (WebCore::ScrollbarThemeMac::backButtonRect):
90017 (WebCore::ScrollbarThemeSafari::backButtonRect):
[all …]
DChangeLog-2007-10-1425651 (WebCore::PlatformScrollbar::backButtonRect):
26464 (WebCore::PlatformScrollbar::backButtonRect):
30814 (WebCore::PlatformScrollbar::backButtonRect):
31818 (WebCore::PlatformScrollBar::backButtonRect):
31837 (WebCore::PlatformScrollBar::backButtonRect):
31951 (WebCore::PlatformScrollBar::backButtonRect):
DChangeLog-2010-01-2962872 (WebCore::ScrollbarThemeWx::backButtonRect):
72995 (WebCore::ScrollbarThemeHaiku::backButtonRect):
76388 (WebCore::RenderScrollbarTheme::backButtonRect):
DChangeLog-2010-12-0661097 (WebCore::ScrollbarThemeGtk::backButtonRect): Account for alternate steppers.
64891 …(WebCore::ScrollbarThemeGtk::backButtonRect): Use the style cache instead of calling moz_gtk_get_s…
69869 (WebCore::ScrollbarThemeGtk::backButtonRect): Added.