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

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbarThemeMock.cpp41 int ScrollbarThemeMock::scrollbarThickness(ScrollbarControlSize controlSize) function in class:WebCore::ScrollbarThemeMock
H A DScrollbarThemeGtkOrAura.cpp62 int ScrollbarThemeGtkOrAura::scrollbarThickness(ScrollbarControlSize controlSize) function in class:WebCore::ScrollbarThemeGtkOrAura
H A DScrollbarThemeOverlay.cpp49 int ScrollbarThemeOverlay::scrollbarThickness(ScrollbarControlSize controlSize) function in class:WebCore::ScrollbarThemeOverlay
H A DScrollbarTheme.h51 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) { return 0; } function in class:WebCore::ScrollbarTheme
H A DScrollbarThemeWin.cpp62 int ScrollbarThemeWin::scrollbarThickness(ScrollbarControlSize controlSize) function in class:WebCore::ScrollbarThemeWin
84 const int thickness = scrollbarThickness(scrollbar->controlSize());
236 int thickness = scrollbarThickness(scrollbar->controlSize());
240 // FIXME: This is retarded! scrollbarThickness is already fixed in layout
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebScrollbarThemeGeometryNative.cpp107 int WebScrollbarThemeGeometryNative::scrollbarThickness(WebScrollbar* scrollbar) function in class:blink::WebScrollbarThemeGeometryNative
110 return m_theme->scrollbarThickness(client.controlSize());
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTextControl.cpp123 int RenderTextControl::scrollbarThickness() const function in class:WebCore::RenderTextControl
126 return ScrollbarTheme::theme()->scrollbarThickness();
140 logicalHeight += scrollbarThickness();

Completed in 2976 milliseconds