Searched refs:thumbThickness (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
D | ScrollbarThemeOverlay.cpp | 40 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
|
D | ScrollbarThemeOverlay.h | 39 …ScrollbarThemeOverlay(int thumbThickness, int scrollbarMargin, HitTestBehavior, Color = Color(128,… 54 virtual int thumbThickness(ScrollbarThemeClient*) OVERRIDE;
|
D | ScrollbarTheme.h | 107 virtual int thumbThickness(ScrollbarThemeClient*);
|
D | ScrollbarTheme.cpp | 312 int ScrollbarTheme::thumbThickness(ScrollbarThemeClient* scrollbar) in thumbThickness() function in WebCore::ScrollbarTheme
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebCompositorSupport.h | 82 …Layer* createSolidColorScrollbarLayer(WebScrollbar::Orientation, int thumbThickness, bool isLeftSi… in createSolidColorScrollbarLayer() argument
|
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/ |
D | ScrollingCoordinator.h | 98 …llbarLayer> createSolidColorScrollbarLayer(ScrollbarOrientation, int thumbThickness, bool isLeftSi…
|
D | ScrollingCoordinator.cpp | 237 …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()
|