HomeSort by relevance Sort by last modified time
    Searched refs:paintTrackBackground (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeMock.cpp 52 void ScrollbarThemeMock::paintTrackBackground(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& trackRect)
ScrollbarThemeMock.h 47 virtual void paintTrackBackground(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
ScrollbarThemeNonMacCommon.h 49 virtual void paintTrackBackground(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
ScrollbarThemeMacOverlayAPI.h 54 virtual void paintTrackBackground(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
ScrollbarTheme.h 114 virtual void paintTrackBackground(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) { }
ScrollbarThemeNonMacCommon.cpp 88 void ScrollbarThemeNonMacCommon::paintTrackBackground(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& rect)
ScrollbarThemeMacOverlayAPI.mm 87 void ScrollbarThemeMacOverlayAPI::paintTrackBackground(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& rect) {
ScrollbarTheme.cpp 106 paintTrackBackground(graphicsContext, scrollbar, trackPaintRect);
  /external/chromium_org/third_party/WebKit/public/platform/
WebScrollbarThemePainter.h 55 BLINK_EXPORT void paintTrackBackground(WebCanvas*, const WebRect&);
  /external/chromium_org/third_party/WebKit/Source/web/
WebScrollbarThemePainter.cpp 56 void WebScrollbarThemePainter::paintTrackBackground(WebCanvas* canvas, const WebRect& rect)
60 m_theme->paintTrackBackground(&context, m_scrollbar, IntRect(rect));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarTheme.h 69 virtual void paintTrackBackground(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
RenderScrollbarTheme.cpp 122 void RenderScrollbarTheme::paintTrackBackground(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& rect)
  /external/chromium_org/content/renderer/compositor_bindings/
scrollbar_impl.cc 97 painter_.paintTrackBackground(canvas, track_paint_rect);

Completed in 210 milliseconds