OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:painttrackbackground
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/cc/layers/
scrollbar_theme_painter.h
24
virtual void
PaintTrackBackground
(SkCanvas* canvas,
/external/chromium_org/third_party/WebKit/Source/web/
WebScrollbarThemePainter.cpp
56
void WebScrollbarThemePainter::
paintTrackBackground
(WebCanvas* canvas, const WebRect& rect)
60
m_theme->
paintTrackBackground
(&context, m_scrollbar, IntRect(rect));
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeMock.cpp
52
void ScrollbarThemeMock::
paintTrackBackground
(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& trackRect)
ScrollbarThemeMock.h
47
virtual void
paintTrackBackground
(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
ScrollbarThemeNonMacCommon.h
49
virtual void
paintTrackBackground
(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
ScrollbarThemeMacOverlayAPI.h
54
virtual void
paintTrackBackground
(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
ScrollbarTheme.h
114
virtual void
paintTrackBackground
(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) { }
ScrollbarThemeMacOverlayAPI.mm
87
void ScrollbarThemeMacOverlayAPI::
paintTrackBackground
(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& rect) {
ScrollbarThemeNonMacCommon.cpp
88
void ScrollbarThemeNonMacCommon::
paintTrackBackground
(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& rect)
ScrollbarTheme.cpp
106
paintTrackBackground
(graphicsContext, scrollbar, trackPaintRect);
/external/chromium_org/content/renderer/compositor_bindings/
scrollbar_impl.cc
97
painter_.
paintTrackBackground
(canvas, track_paint_rect);
/external/chromium_org/third_party/WebKit/public/platform/
WebScrollbarThemePainter.h
55
BLINK_EXPORT void
paintTrackBackground
(WebCanvas*, const WebRect&);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarTheme.h
69
virtual void
paintTrackBackground
(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
RenderScrollbarTheme.cpp
122
void RenderScrollbarTheme::
paintTrackBackground
(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& rect)
Completed in 263 milliseconds