Searched defs:scrollbarThickness (Results 1 – 7 of 7) sorted by relevance
42 int ScrollbarThemeMock::scrollbarThickness(ScrollbarControlSize controlSize) in scrollbarThickness() function in blink::ScrollbarThemeMock
62 int ScrollbarThemeAura::scrollbarThickness(ScrollbarControlSize controlSize) in scrollbarThickness() function in blink::ScrollbarThemeAura
60 int ScrollbarThemeOverlay::scrollbarThickness(ScrollbarControlSize controlSize) in scrollbarThickness() function in blink::ScrollbarThemeOverlay
39 …virtual int scrollbarThickness(ScrollbarControlSize controlSize) OVERRIDE { return ScrollbarTheme:… in scrollbarThickness() function
122 int RenderTextControl::scrollbarThickness() const in scrollbarThickness() function in blink::RenderTextControl
105 int WebScrollbarThemeGeometryNative::scrollbarThickness(WebScrollbar* scrollbar) in scrollbarThickness() function in blink::WebScrollbarThemeGeometryNative
278 int scrollbarThickness = thumbThickness; in setupScrollbar() local