OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:constrainTrackRectToTrackPieces
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarTheme.cpp
95
IntRect RenderScrollbarTheme::
constrainTrackRectToTrackPieces
(ScrollbarThemeClient* scrollbar, const IntRect& rect)
/external/chromium_org/third_party/WebKit/Source/platform/exported/
WebScrollbarThemeGeometryNative.cpp
137
WebRect WebScrollbarThemeGeometryNative::
constrainTrackRectToTrackPieces
(WebScrollbar* scrollbar, const WebRect& rect)
140
return m_theme->
constrainTrackRectToTrackPieces
(&client, IntRect(rect));
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarTheme.h
124
virtual IntRect
constrainTrackRectToTrackPieces
(ScrollbarThemeClient*, const IntRect& rect) { return rect; }
Completed in 58 milliseconds