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

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeNonMacCommon.h 50 virtual void paintTickmarks(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
ScrollbarThemeMacCommon.h 51 virtual void paintTickmarks(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
ScrollbarTheme.h 83 virtual void paintTickmarks(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) { }
ScrollbarThemeNonMacCommon.cpp 95 void ScrollbarThemeNonMacCommon::paintTickmarks(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& rect)
ScrollbarTheme.cpp 115 paintTickmarks(graphicsContext, scrollbar, trackPaintRect);
ScrollbarThemeMacCommon.mm 267 void ScrollbarThemeMacCommon::paintTickmarks(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& rect)
  /external/chromium_org/third_party/WebKit/public/platform/
WebScrollbarThemePainter.h 62 BLINK_EXPORT void paintTickmarks(WebCanvas*, const WebRect&);
  /external/chromium_org/third_party/WebKit/Source/web/
WebScrollbarThemePainter.cpp 105 void WebScrollbarThemePainter::paintTickmarks(WebCanvas* canvas, const WebRect& rect)
109 m_theme->paintTickmarks(&context, m_scrollbar, IntRect(rect));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarTheme.cpp 142 void RenderScrollbarTheme::paintTickmarks(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& rect)
144 ScrollbarTheme::theme()->paintTickmarks(context, scrollbar, rect);
RenderScrollbarTheme.h 73 virtual void paintTickmarks(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
  /external/chromium_org/content/renderer/compositor_bindings/
scrollbar_impl.cc 105 painter_.paintTickmarks(canvas, track_paint_rect);

Completed in 178 milliseconds