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 blink::ScrollbarThemeMock
52 …rackBackground(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& trackRect) in paintTrackBackground()
DScrollbarThemeNonMacCommon.cpp72 IntRect ScrollbarThemeNonMacCommon::trackRect(ScrollbarThemeClient* scrollbar, bool) in trackRect() function in blink::ScrollbarThemeNonMacCommon
DScrollbarThemeOverlay.cpp108 IntRect ScrollbarThemeOverlay::trackRect(ScrollbarThemeClient* scrollbar, bool) in trackRect() function in blink::ScrollbarThemeOverlay
DScrollbarTheme.cpp325 IntRect trackRect = constrainTrackRectToTrackPieces(scrollbar, unconstrainedTrackRect); in splitTrack() local
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebScrollbarThemeGeometryNative.cpp87 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 blink::RenderScrollbarTheme
DRenderScrollbar.cpp299 IntRect RenderScrollbar::trackRect(int startLength, int endLength) in trackRect() function in blink::RenderScrollbar