Home
last modified time | relevance | path

Searched defs:thumbThickness (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbarThemeOverlay.cpp40 ScrollbarThemeOverlay::ScrollbarThemeOverlay(int thumbThickness, int scrollbarMargin, HitTestBehavi… in ScrollbarThemeOverlay()
107 int ScrollbarThemeOverlay::thumbThickness(ScrollbarThemeClient*) in thumbThickness() function in WebCore::ScrollbarThemeOverlay
DScrollbarTheme.cpp312 int ScrollbarTheme::thumbThickness(ScrollbarThemeClient* scrollbar) in thumbThickness() function in WebCore::ScrollbarTheme
/external/chromium_org/third_party/WebKit/public/platform/
DWebCompositorSupport.h82 …arLayer* createSolidColorScrollbarLayer(WebScrollbar::Orientation, int thumbThickness, bool isLeft… in createSolidColorScrollbarLayer()
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
DScrollingCoordinator.cpp237 …::createSolidColorScrollbarLayer(ScrollbarOrientation orientation, int thumbThickness, bool isLeft… in createSolidColorScrollbarLayer()