Home
last modified time | relevance | path

Searched refs:paintTrackBackground (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DWebScrollbarThemePainter.cpp56 void WebScrollbarThemePainter::paintTrackBackground(WebCanvas* canvas, const WebRect& rect) in paintTrackBackground() function in blink::WebScrollbarThemePainter
60 m_theme->paintTrackBackground(&context, m_scrollbar, IntRect(rect)); in paintTrackBackground()
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbarThemeMock.cpp51 void ScrollbarThemeMock::paintTrackBackground(GraphicsContext* context, ScrollbarThemeClient* scrol… in paintTrackBackground() function in WebCore::ScrollbarThemeMock
DScrollbarThemeNonMacCommon.h49 …virtual void paintTrackBackground(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRID…
DScrollbarThemeMock.h47 …virtual void paintTrackBackground(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRID…
DScrollbarThemeMacOverlayAPI.h54 …virtual void paintTrackBackground(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRID…
DScrollbarThemeNonMacCommon.cpp88 void ScrollbarThemeNonMacCommon::paintTrackBackground(GraphicsContext* context, ScrollbarThemeClien… in paintTrackBackground() function in WebCore::ScrollbarThemeNonMacCommon
DScrollbarTheme.h114 virtual void paintTrackBackground(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) { } in paintTrackBackground() function
DScrollbarThemeMacOverlayAPI.mm87 void ScrollbarThemeMacOverlayAPI::paintTrackBackground(GraphicsContext* context, ScrollbarThemeClie…
DScrollbarTheme.cpp118 paintTrackBackground(graphicsContext, scrollbar, trackPaintRect); in paint()
/external/chromium_org/third_party/WebKit/public/platform/
DWebScrollbarThemePainter.h55 BLINK_EXPORT void paintTrackBackground(WebCanvas*, const WebRect&);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderScrollbarTheme.h71 …virtual void paintTrackBackground(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRID…
DRenderScrollbarTheme.cpp121 void RenderScrollbarTheme::paintTrackBackground(GraphicsContext* context, ScrollbarThemeClient* scr… in paintTrackBackground() function in WebCore::RenderScrollbarTheme
/external/chromium_org/webkit/renderer/compositor_bindings/
Dscrollbar_impl.cc95 painter_.paintTrackBackground(canvas, track_paint_rect); in PaintPart()