OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:paintTrackBackground
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeMock.cpp
51
void ScrollbarThemeMock::
paintTrackBackground
(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& trackRect)
ScrollbarThemeNonMacCommon.cpp
88
void ScrollbarThemeNonMacCommon::
paintTrackBackground
(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& rect)
ScrollbarTheme.h
114
virtual void
paintTrackBackground
(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) { }
/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/core/rendering/
RenderScrollbarTheme.cpp
121
void RenderScrollbarTheme::
paintTrackBackground
(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& rect)
Completed in 3306 milliseconds