Home
last modified time | relevance | path

Searched defs:trackRect (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbarThemeMock.cpp37 IntRect ScrollbarThemeMock::trackRect(ScrollbarThemeClient* scrollbar, bool) in trackRect() function in WebCore::ScrollbarThemeMock
52 …rackBackground(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& trackRect) in paintTrackBackground()
DScrollbarThemeNonMacCommon.cpp72 IntRect ScrollbarThemeNonMacCommon::trackRect(ScrollbarThemeClient* scrollbar, bool) in trackRect() function in WebCore::ScrollbarThemeNonMacCommon
DScrollbarThemeOverlay.cpp110 IntRect ScrollbarThemeOverlay::trackRect(ScrollbarThemeClient* scrollbar, bool) in trackRect() function in WebCore::ScrollbarThemeOverlay
DScrollbarTheme.cpp323 IntRect trackRect = constrainTrackRectToTrackPieces(scrollbar, unconstrainedTrackRect); in splitTrack() local
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebScrollbarThemeGeometryNative.cpp89 WebRect WebScrollbarThemeGeometryNative::trackRect(WebScrollbar* scrollbar) in trackRect() function in blink::WebScrollbarThemeGeometryNative
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderScrollbarTheme.cpp84 IntRect RenderScrollbarTheme::trackRect(ScrollbarThemeClient* scrollbar, bool) in trackRect() function in WebCore::RenderScrollbarTheme
DRenderScrollbar.cpp308 IntRect RenderScrollbar::trackRect(int startLength, int endLength) in trackRect() function in WebCore::RenderScrollbar