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

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeNonMacCommon.cpp 95 void ScrollbarThemeNonMacCommon::paintTickmarks(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& rect)
ScrollbarTheme.h 83 virtual void paintTickmarks(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) { }
  /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);

Completed in 347 milliseconds