Home
last modified time | relevance | path

Searched defs:scrollbarThickness (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbarThemeMock.cpp42 int ScrollbarThemeMock::scrollbarThickness(ScrollbarControlSize controlSize) in scrollbarThickness() function in blink::ScrollbarThemeMock
DScrollbarThemeAura.cpp62 int ScrollbarThemeAura::scrollbarThickness(ScrollbarControlSize controlSize) in scrollbarThickness() function in blink::ScrollbarThemeAura
DScrollbarThemeOverlay.cpp60 int ScrollbarThemeOverlay::scrollbarThickness(ScrollbarControlSize controlSize) in scrollbarThickness() function in blink::ScrollbarThemeOverlay
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderScrollbarTheme.h39 …virtual int scrollbarThickness(ScrollbarControlSize controlSize) OVERRIDE { return ScrollbarTheme:… in scrollbarThickness() function
DRenderTextControl.cpp122 int RenderTextControl::scrollbarThickness() const in scrollbarThickness() function in blink::RenderTextControl
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebScrollbarThemeGeometryNative.cpp105 int WebScrollbarThemeGeometryNative::scrollbarThickness(WebScrollbar* scrollbar) in scrollbarThickness() function in blink::WebScrollbarThemeGeometryNative
/external/chromium_org/third_party/WebKit/Source/core/frame/
DPinchViewport.cpp278 int scrollbarThickness = thumbThickness; in setupScrollbar() local