Searched refs:scrollbarThickness (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbarThemeAura.h40 virtual int scrollbarThickness(ScrollbarControlSize) OVERRIDE;
H A DScrollbarThemeMock.cpp42 int ScrollbarThemeMock::scrollbarThickness(ScrollbarControlSize controlSize) function in class:blink::ScrollbarThemeMock
H A DScrollbarThemeMacNonOverlayAPI.h40 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) OVERRIDE;
H A DScrollbarThemeMock.h36 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) OVERRIDE;
H A DScrollbarThemeMacOverlayAPI.h43 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) OVERRIDE;
H A DScrollbarThemeOverlay.h44 virtual int scrollbarThickness(ScrollbarControlSize) OVERRIDE;
H A DScrollbarThemeNonMacCommon.cpp75 int thickness = scrollbarThickness(scrollbar->controlSize());
H A DScrollbarThemeMacNonOverlayAPI.mm156 int ScrollbarThemeMacNonOverlayAPI::scrollbarThickness(ScrollbarControlSize controlSize)
210 int thickness = scrollbarThickness(scrollbar->controlSize());
244 int thickness = scrollbarThickness(scrollbar->controlSize());
280 int thickness = scrollbarThickness(scrollbar->controlSize());
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
H A DScrollbarThemeMacOverlayAPI.mm123 int ScrollbarThemeMacOverlayAPI::scrollbarThickness(ScrollbarControlSize controlSize)
H A DScrollbarThemeAura.cpp62 int ScrollbarThemeAura::scrollbarThickness(ScrollbarControlSize controlSize) function in class:blink::ScrollbarThemeAura
H A DScrollbar.cpp80 int thickness = m_theme->scrollbarThickness(controlSize);
H A DScrollbarTheme.cpp318 return scrollbarThickness(scrollbar->controlSize());
/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;
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebScrollbarThemeGeometry.h49 virtual int scrollbarThickness(WebScrollbar*) = 0;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderScrollbarTheme.h39 virtual int scrollbarThickness(ScrollbarControlSize controlSize) OVERRIDE { return ScrollbarTheme::theme()->scrollbarThickness(controlSize); }
H A DRenderTextControlMultiLine.cpp65 return static_cast<LayoutUnit>(ceilf(charWidth * factor)) + scrollbarThickness();
H A DRenderTextControl.cpp122 int RenderTextControl::scrollbarThickness() const function in class:blink::RenderTextControl
125 return ScrollbarTheme::theme()->scrollbarThickness();
139 logicalHeight += scrollbarThickness();
H A DRenderTextControl.h46 int scrollbarThickness() const;
H A DRenderScrollbarPart.cpp92 return ScrollbarTheme::theme()->scrollbarThickness();
H A DRenderThemeChromiumSkia.cpp409 return ScrollbarTheme::theme()->scrollbarThickness();
/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());
H A DWebScrollbarThemeGeometryNative.h54 virtual int scrollbarThickness(WebScrollbar*) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPluginScrollbarImpl.cpp56 return ScrollbarTheme::theme()->scrollbarThickness();

Completed in 189 milliseconds

12