Home
last modified time | relevance | path

Searched refs:paintThumb (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DWebScrollbarThemePainter.cpp110 void WebScrollbarThemePainter::paintThumb(WebCanvas* canvas, const WebRect& rect) in paintThumb() function in blink::WebScrollbarThemePainter
114 m_theme->paintThumb(&context, m_scrollbar, IntRect(rect)); in paintThumb()
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbarThemeAura.h45 virtual void paintThumb(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
DScrollbarThemeMock.cpp57 void ScrollbarThemeMock::paintThumb(GraphicsContext* context, ScrollbarThemeClient* scrollbar, cons… in paintThumb() function in blink::ScrollbarThemeMock
DScrollbarThemeMock.h48 virtual void paintThumb(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
DScrollbarThemeOverlay.h58 virtual void paintThumb(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
DScrollbarThemeMacOverlayAPI.h55 virtual void paintThumb(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
DScrollbarThemeOverlay.cpp123 void ScrollbarThemeOverlay::paintThumb(GraphicsContext* context, ScrollbarThemeClient* scrollbar, c… in paintThumb() function in blink::ScrollbarThemeOverlay
DScrollbarTheme.h116 virtual void paintThumb(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) { } in paintThumb() function
DScrollbarThemeAura.cpp133 void ScrollbarThemeAura::paintThumb(GraphicsContext* gc, ScrollbarThemeClient* scrollbar, const Int… in paintThumb() function in blink::ScrollbarThemeAura
DScrollbarThemeMacOverlayAPI.mm103 void ScrollbarThemeMacOverlayAPI::paintThumb(GraphicsContext* context, ScrollbarThemeClient* scroll…
DScrollbarTheme.cpp120 paintThumb(graphicsContext, scrollbar, thumbRect); in paint()
/external/chromium_org/third_party/WebKit/public/platform/
DWebScrollbarThemePainter.h60 BLINK_EXPORT void paintThumb(WebCanvas*, const WebRect&);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderScrollbarTheme.h72 virtual void paintThumb(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
DRenderScrollbarTheme.cpp137 void RenderScrollbarTheme::paintThumb(GraphicsContext* context, ScrollbarThemeClient* scrollbar, co… in paintThumb() function in blink::RenderScrollbarTheme
/external/chromium_org/cc/blink/
Dscrollbar_impl.cc71 painter_.paintThumb(canvas, content_rect); in PaintPart()