Searched defs:paintThumb (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbarThemeMock.cpp57 void ScrollbarThemeMock::paintThumb(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& thumbRect) function in class:blink::ScrollbarThemeMock
H A DScrollbarThemeAura.cpp133 void ScrollbarThemeAura::paintThumb(GraphicsContext* gc, ScrollbarThemeClient* scrollbar, const IntRect& rect) function in class:blink::ScrollbarThemeAura
H A DScrollbarTheme.h116 virtual void paintThumb(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) { } function in class:blink::ScrollbarTheme
H A DScrollbarThemeOverlay.cpp123 void ScrollbarThemeOverlay::paintThumb(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& rect) function in class:blink::ScrollbarThemeOverlay
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebScrollbarThemePainter.cpp110 void WebScrollbarThemePainter::paintThumb(WebCanvas* canvas, const WebRect& rect) function in class:blink::WebScrollbarThemePainter
114 m_theme->paintThumb(&context, m_scrollbar, IntRect(rect));
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderScrollbarTheme.cpp137 void RenderScrollbarTheme::paintThumb(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& rect) function in class:blink::RenderScrollbarTheme

Completed in 182 milliseconds