Home
last modified time | relevance | path

Searched refs:forwardButtonRect (Results 1 – 25 of 25) sorted by relevance

/external/webkit/Source/WebCore/platform/
DScrollbarThemeComposite.cpp74 forwardButtonStartPaintRect = forwardButtonRect(scrollbar, ForwardButtonStartPart, true); in paint()
77 forwardButtonEndPaintRect = forwardButtonRect(scrollbar, ForwardButtonEndPart, true); in paint()
194 else if (forwardButtonRect(scrollbar, ForwardButtonStartPart).contains(mousePosition)) in hitTest()
196 else if (forwardButtonRect(scrollbar, ForwardButtonEndPart).contains(mousePosition)) in hitTest()
215 result = forwardButtonRect(scrollbar, ForwardButtonStartPart, true); in invalidatePart()
218 result = forwardButtonRect(scrollbar, ForwardButtonEndPart, true); in invalidatePart()
DScrollbarThemeComposite.h53 virtual IntRect forwardButtonRect(Scrollbar*, ScrollbarPart, bool painting = false) = 0;
/external/webkit/Source/WebCore/rendering/
DRenderScrollbarTheme.cpp42 IntRect secondButton = forwardButtonRect(scrollbar, ForwardButtonStartPart); in buttonSizesAlongTrackAxis()
44 IntRect fourthButton = forwardButtonRect(scrollbar, ForwardButtonEndPart); in buttonSizesAlongTrackAxis()
77 IntRect RenderScrollbarTheme::forwardButtonRect(Scrollbar* scrollbar, ScrollbarPart partType, bool) in forwardButtonRect() function in WebCore::RenderScrollbarTheme
DRenderScrollbarTheme.h68 virtual IntRect forwardButtonRect(Scrollbar*, ScrollbarPart, bool painting = false);
/external/webkit/Source/WebCore/platform/gtk/
DScrollbarThemeGtk.cpp115 IntRect ScrollbarThemeGtk::forwardButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool) in forwardButtonRect() function in WebCore::ScrollbarThemeGtk
204 forwardButtonStartPaintRect = forwardButtonRect(scrollbar, ForwardButtonStartPart, true); in paint()
207 forwardButtonEndPaintRect = forwardButtonRect(scrollbar, ForwardButtonEndPart, true); in paint()
DScrollbarThemeGtk.h43 virtual IntRect forwardButtonRect(Scrollbar*, ScrollbarPart, bool);
/external/webkit/Source/WebCore/platform/chromium/
DScrollbarThemeChromium.h48 virtual IntRect forwardButtonRect(Scrollbar*, ScrollbarPart, bool painting = false);
DScrollbarThemeChromiumMac.h61 virtual IntRect forwardButtonRect(Scrollbar*, ScrollbarPart, bool painting = false);
DScrollbarThemeChromium.cpp60 IntRect ScrollbarThemeChromium::forwardButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool) in forwardButtonRect() function in WebCore::ScrollbarThemeChromium
DScrollbarThemeChromiumMac.mm264 IntRect ScrollbarThemeChromiumMac::forwardButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool…
/external/webkit/Source/WebCore/platform/haiku/
DScrollbarThemeHaiku.h46 virtual IntRect forwardButtonRect(Scrollbar*, ScrollbarPart, bool painting);
DScrollbarThemeHaiku.cpp88 IntRect ScrollbarThemeHaiku::forwardButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool) in forwardButtonRect() function in WebCore::ScrollbarThemeHaiku
/external/webkit/Source/WebCore/platform/win/
DScrollbarThemeSafari.h48 virtual IntRect forwardButtonRect(Scrollbar*, ScrollbarPart, bool painting = false);
DScrollbarThemeWin.h49 virtual IntRect forwardButtonRect(Scrollbar*, ScrollbarPart, bool painting = false);
DScrollbarThemeSafari.cpp155 IntRect ScrollbarThemeSafari::forwardButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool pain… in forwardButtonRect() function in WebCore::ScrollbarThemeSafari
DScrollbarThemeWin.cpp157 IntRect ScrollbarThemeWin::forwardButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool) in forwardButtonRect() function in WebCore::ScrollbarThemeWin
/external/webkit/Source/WebCore/platform/wx/
DScrollbarThemeWx.h49 virtual IntRect forwardButtonRect(Scrollbar*, ScrollbarPart, bool painting = false);
DScrollbarThemeWx.cpp126 IntRect ScrollbarThemeWx::forwardButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool) in forwardButtonRect() function in WebCore::ScrollbarThemeWx
/external/webkit/Source/WebCore/platform/mac/
DScrollbarThemeMac.h64 virtual IntRect forwardButtonRect(Scrollbar*, ScrollbarPart, bool painting = false);
DScrollbarThemeMac.mm314 IntRect ScrollbarThemeMac::forwardButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool paintin…
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1654612 (WebCore::ScrollbarThemeChromium::forwardButtonRect):
79472 (WebCore::RenderScrollbarTheme::forwardButtonRect):
79918 (WebCore::RenderScrollbarTheme::forwardButtonRect):
86878 (WebCore::ScrollbarThemeMac::forwardButtonRect):
87619 (WebCore::ScrollbarThemeMac::forwardButtonRect):
87684 (WebCore::ScrollbarThemeMac::forwardButtonRect):
87688 (WebCore::ScrollbarThemeSafari::forwardButtonRect):
87693 (WebCore::ScrollbarThemeWin::forwardButtonRect):
88249 (WebCore::ScrollbarThemeMac::forwardButtonRect):
90018 (WebCore::ScrollbarThemeSafari::forwardButtonRect):
[all …]
DChangeLog-2007-10-1425652 (WebCore::PlatformScrollbar::forwardButtonRect):
26465 (WebCore::PlatformScrollbar::forwardButtonRect):
30815 (WebCore::PlatformScrollbar::forwardButtonRect):
31819 (WebCore::PlatformScrollBar::forwardButtonRect):
31838 (WebCore::PlatformScrollBar::forwardButtonRect):
31952 (WebCore::PlatformScrollBar::forwardButtonRect):
DChangeLog-2010-01-2931530 (WebCore::ScrollbarThemeWx::forwardButtonRect):
62873 (WebCore::ScrollbarThemeWx::forwardButtonRect):
72996 (WebCore::ScrollbarThemeHaiku::forwardButtonRect):
76389 (WebCore::RenderScrollbarTheme::forwardButtonRect):
DChangeLog-2010-12-0661098 (WebCore::ScrollbarThemeGtk::forwardButtonRect): Ditto.
64892 (WebCore::ScrollbarThemeGtk::forwardButtonRect): Ditto.
69870 (WebCore::ScrollbarThemeGtk::forwardButtonRect): Added.
DChangeLog-2008-08-1072301 (WebCore::PlatformScrollbar::forwardButtonRect):