Home
last modified time | relevance | path

Searched refs:scrollbarThickness (Results 1 – 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderScrollbarTheme.h40 …virtual int scrollbarThickness(ScrollbarControlSize controlSize) OVERRIDE { return ScrollbarTheme:… in scrollbarThickness() function
DRenderTextControl.cpp123 int RenderTextControl::scrollbarThickness() const in scrollbarThickness() function in WebCore::RenderTextControl
126 return ScrollbarTheme::theme()->scrollbarThickness(); in scrollbarThickness()
140 logicalHeight += scrollbarThickness(); in computeLogicalHeight()
DRenderTextControlMultiLine.cpp67 return static_cast<LayoutUnit>(ceilf(charWidth * factor)) + scrollbarThickness(); in preferredContentLogicalWidth()
DRenderTextControl.h45 int scrollbarThickness() const;
DRenderScrollbarPart.cpp95 return ScrollbarTheme::theme()->scrollbarThickness(); in calcScrollbarThicknessUsing()
DRenderThemeChromiumSkia.cpp400 return ScrollbarTheme::theme()->scrollbarThickness(); in menuListArrowPadding()
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebScrollbarThemeGeometryNative.cpp107 int WebScrollbarThemeGeometryNative::scrollbarThickness(WebScrollbar* scrollbar) in scrollbarThickness() function in blink::WebScrollbarThemeGeometryNative
110 return m_theme->scrollbarThickness(client.controlSize()); in scrollbarThickness()
DWebScrollbarThemeGeometryNative.h57 virtual int scrollbarThickness(WebScrollbar*) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbarThemeWin.cpp62 int ScrollbarThemeWin::scrollbarThickness(ScrollbarControlSize controlSize) in scrollbarThickness() function in WebCore::ScrollbarThemeWin
84 const int thickness = scrollbarThickness(scrollbar->controlSize()); in shouldSnapBackToDragOrigin()
236 int thickness = scrollbarThickness(scrollbar->controlSize()); in buttonSize()
DScrollbarThemeGtkOrAura.h40 virtual int scrollbarThickness(ScrollbarControlSize);
DScrollbarThemeMock.cpp41 int ScrollbarThemeMock::scrollbarThickness(ScrollbarControlSize controlSize) in scrollbarThickness() function in WebCore::ScrollbarThemeMock
DScrollbarThemeWin.h40 virtual int scrollbarThickness(ScrollbarControlSize) OVERRIDE;
DScrollbarThemeMacNonOverlayAPI.h40 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) OVERRIDE;
DScrollbarThemeMock.h36 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) OVERRIDE;
DScrollbarThemeOverlay.h42 virtual int scrollbarThickness(ScrollbarControlSize) OVERRIDE;
DScrollbarThemeMacOverlayAPI.h43 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) OVERRIDE;
DScrollbarThemeMacNonOverlayAPI.mm177 int ScrollbarThemeMacNonOverlayAPI::scrollbarThickness(ScrollbarControlSize controlSize)
231 int thickness = scrollbarThickness(scrollbar->controlSize());
265 int thickness = scrollbarThickness(scrollbar->controlSize());
301 int thickness = scrollbarThickness(scrollbar->controlSize());
DScrollbarThemeOverlay.cpp49 int ScrollbarThemeOverlay::scrollbarThickness(ScrollbarControlSize controlSize) in scrollbarThickness() function in WebCore::ScrollbarThemeOverlay
DScrollbarThemeNonMacCommon.cpp75 int thickness = scrollbarThickness(scrollbar->controlSize()); in trackRect()
DScrollbarTheme.h51 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) { return 0; }
DScrollbarThemeGtkOrAura.cpp62 int ScrollbarThemeGtkOrAura::scrollbarThickness(ScrollbarControlSize controlSize) in scrollbarThickness() function in WebCore::ScrollbarThemeGtkOrAura
DScrollbarThemeMacOverlayAPI.mm123 int ScrollbarThemeMacOverlayAPI::scrollbarThickness(ScrollbarControlSize controlSize)
DScrollbarTheme.cpp278 return scrollbarThickness(scrollbar->controlSize()); in minimumThumbLength()
/external/chromium_org/third_party/WebKit/public/platform/
DWebScrollbarThemeGeometry.h49 virtual int scrollbarThickness(WebScrollbar*) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
DWebPluginScrollbarImpl.cpp59 return ScrollbarTheme::theme()->scrollbarThickness(); in defaultThickness()

12