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/core/platform/chromium/
ScrollbarThemeChromium.h 52 virtual void paintTickmarks(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
ScrollbarThemeChromium.cpp 101 void ScrollbarThemeChromium::paintTickmarks(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& rect)
  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
ScrollbarThemeMac.h 48 virtual void paintTickmarks(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
ScrollbarThemeMac.mm 305 void ScrollbarThemeMacCommon::paintTickmarks(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& rect)
  /external/chromium_org/third_party/WebKit/public/platform/
WebScrollbarThemePainter.h 62 WEBKIT_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 141 void RenderScrollbarTheme::paintTickmarks(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& rect)
143 ScrollbarTheme::theme()->paintTickmarks(context, scrollbar, rect);
RenderScrollbarTheme.h 76 virtual void paintTickmarks(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/platform/
ScrollbarTheme.h 88 virtual void paintTickmarks(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) { }
ScrollbarTheme.cpp 110 paintTickmarks(graphicsContext, scrollbar, trackPaintRect);
  /external/chromium_org/webkit/renderer/compositor_bindings/
scrollbar_impl.cc 99 painter_.paintTickmarks(canvas, track_paint_rect);

Completed in 56 milliseconds