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.cpp43 ScrollbarThemeOverlay::ScrollbarThemeOverlay(int thumbThickness, int scrollbarMargin, HitTestBehavi… in ScrollbarThemeOverlay()
53 ScrollbarThemeOverlay::ScrollbarThemeOverlay(int thumbThickness, int scrollbarMargin, HitTestBehavi… in ScrollbarThemeOverlay()
120 int ScrollbarThemeOverlay::thumbThickness(ScrollbarThemeClient*) in thumbThickness() function in WebCore::ScrollbarThemeOverlay
DScrollbarTheme.cpp308 int ScrollbarTheme::thumbThickness(ScrollbarThemeClient* scrollbar) in thumbThickness() function in WebCore::ScrollbarTheme
/external/chromium_org/third_party/WebKit/public/platform/
DWebCompositorSupport.h83 …arLayer* createSolidColorScrollbarLayer(WebScrollbar::Orientation, int thumbThickness, int trackSt… in createSolidColorScrollbarLayer()
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
DScrollingCoordinator.cpp257 …::createSolidColorScrollbarLayer(ScrollbarOrientation orientation, int thumbThickness, int trackSt… in createSolidColorScrollbarLayer()