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/core/platform/chromium/
ScrollbarThemeChromium.cpp 101 void ScrollbarThemeChromium::paintTickmarks(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& rect)
  /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 141 void RenderScrollbarTheme::paintTickmarks(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& rect)
143 ScrollbarTheme::theme()->paintTickmarks(context, scrollbar, rect);
  /external/chromium_org/third_party/WebKit/Source/core/platform/
ScrollbarTheme.h 88 virtual void paintTickmarks(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) { }

Completed in 723 milliseconds