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

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbarThemeMock.cpp42 int ScrollbarThemeMock::scrollbarThickness(ScrollbarControlSize controlSize) function in class:blink::ScrollbarThemeMock
H A DScrollbarThemeAura.cpp62 int ScrollbarThemeAura::scrollbarThickness(ScrollbarControlSize controlSize) function in class:blink::ScrollbarThemeAura
H A DScrollbarTheme.h50 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) { return 0; } function in class:blink::ScrollbarTheme
H A DScrollbarThemeOverlay.cpp60 int ScrollbarThemeOverlay::scrollbarThickness(ScrollbarControlSize controlSize) function in class:blink::ScrollbarThemeOverlay
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebScrollbarThemeGeometryNative.cpp105 int WebScrollbarThemeGeometryNative::scrollbarThickness(WebScrollbar* scrollbar) function in class:blink::WebScrollbarThemeGeometryNative
108 return m_theme->scrollbarThickness(client.controlSize());
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTextControl.cpp122 int RenderTextControl::scrollbarThickness() const function in class:blink::RenderTextControl
125 return ScrollbarTheme::theme()->scrollbarThickness();
139 logicalHeight += scrollbarThickness();
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DPinchViewport.cpp278 int scrollbarThickness = thumbThickness; local
284 scrollbarThickness = ScrollbarTheme::theme()->scrollbarThickness(RegularScrollbar);
298 int xPosition = isHorizontal ? 0 : m_innerViewportContainerLayer->size().width() - scrollbarThickness;
299 int yPosition = isHorizontal ? m_innerViewportContainerLayer->size().height() - scrollbarThickness : 0;
300 int width = isHorizontal ? m_innerViewportContainerLayer->size().width() - scrollbarThickness : scrollbarThickness;
301 int height = isHorizontal ? scrollbarThickness : m_innerViewportContainerLayer->size().height() - scrollbarThickness;

Completed in 101 milliseconds