OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
48
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
127
paintTickmarks
(graphicsContext, scrollbar, trackPaintRect);
ScrollbarThemeMacCommon.mm
269
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
141
void RenderScrollbarTheme::
paintTickmarks
(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& rect)
143
ScrollbarTheme::theme()->
paintTickmarks
(context, scrollbar, rect);
RenderScrollbarTheme.h
75
virtual void
paintTickmarks
(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
/external/chromium_org/webkit/renderer/compositor_bindings/
scrollbar_impl.cc
103
painter_.
paintTickmarks
(canvas, track_paint_rect);
Completed in 227 milliseconds