Home
last modified time | relevance | path

Searched refs:thumbThickness (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbarThemeOverlay.cpp40 ScrollbarThemeOverlay::ScrollbarThemeOverlay(int thumbThickness, int scrollbarMargin, HitTestBehavi… in ScrollbarThemeOverlay() argument
42 , m_thumbThickness(thumbThickness) in ScrollbarThemeOverlay()
107 int ScrollbarThemeOverlay::thumbThickness(ScrollbarThemeClient*) in thumbThickness() function in WebCore::ScrollbarThemeOverlay
DScrollbarThemeOverlay.h39 …ScrollbarThemeOverlay(int thumbThickness, int scrollbarMargin, HitTestBehavior, Color = Color(128,…
54 virtual int thumbThickness(ScrollbarThemeClient*) OVERRIDE;
DScrollbarTheme.h107 virtual int thumbThickness(ScrollbarThemeClient*);
DScrollbarTheme.cpp312 int ScrollbarTheme::thumbThickness(ScrollbarThemeClient* scrollbar) in thumbThickness() function in WebCore::ScrollbarTheme
/external/chromium_org/third_party/WebKit/public/platform/
DWebCompositorSupport.h82 …Layer* createSolidColorScrollbarLayer(WebScrollbar::Orientation, int thumbThickness, bool isLeftSi… in createSolidColorScrollbarLayer() argument
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
DScrollingCoordinator.h98 …llbarLayer> createSolidColorScrollbarLayer(ScrollbarOrientation, int thumbThickness, bool isLeftSi…
DScrollingCoordinator.cpp237 …createSolidColorScrollbarLayer(ScrollbarOrientation orientation, int thumbThickness, bool isLeftSi… in createSolidColorScrollbarLayer() argument
240 …>compositorSupport()->createSolidColorScrollbarLayer(webOrientation, thumbThickness, isLeftSideVer… in createSolidColorScrollbarLayer()
314 …er = createSolidColorScrollbarLayer(orientation, scrollbar->theme()->thumbThickness(scrollbar), sc… in scrollableAreaScrollbarLayerDidChange()