Searched refs:forwardButtonRect (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbarThemeNonMacCommon.h44 virtual IntRect forwardButtonRect(ScrollbarThemeClient*, ScrollbarPart, bool painting = false) OVERRIDE;
H A DScrollbarThemeMacNonOverlayAPI.h49 virtual IntRect forwardButtonRect(ScrollbarThemeClient*, ScrollbarPart, bool painting = false) OVERRIDE;
H A DScrollbarThemeMock.h44 virtual IntRect forwardButtonRect(ScrollbarThemeClient*, ScrollbarPart, bool /*painting*/ = false) OVERRIDE { return IntRect(); }
H A DScrollbarThemeMacOverlayAPI.h60 virtual IntRect forwardButtonRect(ScrollbarThemeClient*, ScrollbarPart, bool painting = false) OVERRIDE;
H A DScrollbarThemeOverlay.h54 virtual IntRect forwardButtonRect(ScrollbarThemeClient*, ScrollbarPart, bool painting = false) OVERRIDE;
H A DScrollbarTheme.cpp66 forwardButtonStartPaintRect = forwardButtonRect(scrollbar, ForwardButtonStartPart, true);
69 forwardButtonEndPaintRect = forwardButtonRect(scrollbar, ForwardButtonEndPart, true);
157 } else if (forwardButtonRect(scrollbar, ForwardButtonStartPart).contains(testPosition)) {
159 } else if (forwardButtonRect(scrollbar, ForwardButtonEndPart).contains(testPosition)) {
179 result = forwardButtonRect(scrollbar, ForwardButtonStartPart, true);
182 result = forwardButtonRect(scrollbar, ForwardButtonEndPart, true);
H A DScrollbarThemeNonMacCommon.cpp54 IntRect ScrollbarThemeNonMacCommon::forwardButtonRect(ScrollbarThemeClient* scrollbar, ScrollbarPart part, bool) function in class:blink::ScrollbarThemeNonMacCommon
H A DScrollbarTheme.h103 virtual IntRect forwardButtonRect(ScrollbarThemeClient*, ScrollbarPart, bool painting = false) = 0;
H A DScrollbarThemeOverlay.cpp103 IntRect ScrollbarThemeOverlay::forwardButtonRect(ScrollbarThemeClient*, ScrollbarPart, bool) function in class:blink::ScrollbarThemeOverlay
H A DScrollbarThemeMacOverlayAPI.mm173 IntRect ScrollbarThemeMacOverlayAPI::forwardButtonRect(ScrollbarThemeClient* scrollbar, ScrollbarPart part, bool painting)
H A DScrollbarThemeMacNonOverlayAPI.mm234 IntRect ScrollbarThemeMacNonOverlayAPI::forwardButtonRect(ScrollbarThemeClient* scrollbar, ScrollbarPart part, bool painting)
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderScrollbarTheme.cpp44 IntRect secondButton = forwardButtonRect(scrollbar, ForwardButtonStartPart);
46 IntRect fourthButton = forwardButtonRect(scrollbar, ForwardButtonEndPart);
79 IntRect RenderScrollbarTheme::forwardButtonRect(ScrollbarThemeClient* scrollbar, ScrollbarPart partType, bool) function in class:blink::RenderScrollbarTheme
H A DRenderScrollbarTheme.h65 virtual IntRect forwardButtonRect(ScrollbarThemeClient*, ScrollbarPart, bool painting = false) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebScrollbarThemeGeometryNative.cpp126 return m_theme->forwardButtonRect(&client, ForwardButtonStartPart, false);
132 return m_theme->forwardButtonRect(&client, ForwardButtonEndPart, false);

Completed in 595 milliseconds