Home
last modified time | relevance | path

Searched defs:paintScrollbarBackground (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DWebScrollbarThemePainter.cpp46 void WebScrollbarThemePainter::paintScrollbarBackground(WebCanvas* canvas, const WebRect& rect) in paintScrollbarBackground() function in blink::WebScrollbarThemePainter
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderScrollbarTheme.cpp116 void RenderScrollbarTheme::paintScrollbarBackground(GraphicsContext* context, ScrollbarThemeClient*… in paintScrollbarBackground() function in WebCore::RenderScrollbarTheme
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbarTheme.h113 virtual void paintScrollbarBackground(GraphicsContext*, ScrollbarThemeClient*) { } in paintScrollbarBackground() function