Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/WebKit/Source/core/frame/
DPinchViewport.cpp278 int scrollbarThickness = thumbThickness; in setupScrollbar() local
284 scrollbarThickness = ScrollbarTheme::theme()->scrollbarThickness(RegularScrollbar); in setupScrollbar()
298 … xPosition = isHorizontal ? 0 : m_innerViewportContainerLayer->size().width() - scrollbarThickness; in setupScrollbar()
299 …yPosition = isHorizontal ? m_innerViewportContainerLayer->size().height() - scrollbarThickness : 0; in setupScrollbar()
300 …rizontal ? m_innerViewportContainerLayer->size().width() - scrollbarThickness : scrollbarThickness; in setupScrollbar()
301 …int height = isHorizontal ? scrollbarThickness : m_innerViewportContainerLayer->size().height() - in setupScrollbar()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderScrollbarTheme.h39 …virtual int scrollbarThickness(ScrollbarControlSize controlSize) OVERRIDE { return ScrollbarTheme:… in scrollbarThickness() function
DRenderTextControl.cpp122 int RenderTextControl::scrollbarThickness() const in scrollbarThickness() function in blink::RenderTextControl
125 return ScrollbarTheme::theme()->scrollbarThickness(); in scrollbarThickness()
139 logicalHeight += scrollbarThickness(); in computeLogicalHeight()
DRenderTextControlMultiLine.cpp65 return static_cast<LayoutUnit>(ceilf(charWidth * factor)) + scrollbarThickness(); in preferredContentLogicalWidth()
DRenderTextControl.h46 int scrollbarThickness() const;
DRenderScrollbarPart.cpp92 return ScrollbarTheme::theme()->scrollbarThickness(); in calcScrollbarThicknessUsing()
DRenderThemeChromiumSkia.cpp409 return ScrollbarTheme::theme()->scrollbarThickness(); in menuListArrowPadding()
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebScrollbarThemeGeometryNative.cpp105 int WebScrollbarThemeGeometryNative::scrollbarThickness(WebScrollbar* scrollbar) in scrollbarThickness() function in blink::WebScrollbarThemeGeometryNative
108 return m_theme->scrollbarThickness(client.controlSize()); in scrollbarThickness()
DWebScrollbarThemeGeometryNative.h54 virtual int scrollbarThickness(WebScrollbar*) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbarThemeAura.h40 virtual int scrollbarThickness(ScrollbarControlSize) OVERRIDE;
DScrollbarThemeMock.cpp42 int ScrollbarThemeMock::scrollbarThickness(ScrollbarControlSize controlSize) in scrollbarThickness() function in blink::ScrollbarThemeMock
DScrollbarThemeMock.h36 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) OVERRIDE;
DScrollbarThemeMacNonOverlayAPI.h40 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) OVERRIDE;
DScrollbarThemeOverlay.h44 virtual int scrollbarThickness(ScrollbarControlSize) OVERRIDE;
DScrollbarThemeMacOverlayAPI.h43 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) OVERRIDE;
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());
DScrollbarThemeOverlay.cpp60 int ScrollbarThemeOverlay::scrollbarThickness(ScrollbarControlSize controlSize) in scrollbarThickness() function in blink::ScrollbarThemeOverlay
DScrollbarThemeNonMacCommon.cpp75 int thickness = scrollbarThickness(scrollbar->controlSize()); in trackRect()
DScrollbarTheme.h50 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) { return 0; }
DScrollbarThemeAura.cpp62 int ScrollbarThemeAura::scrollbarThickness(ScrollbarControlSize controlSize) in scrollbarThickness() function in blink::ScrollbarThemeAura
DScrollbarThemeMacOverlayAPI.mm123 int ScrollbarThemeMacOverlayAPI::scrollbarThickness(ScrollbarControlSize controlSize)
DScrollbarTheme.cpp318 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.cpp56 return ScrollbarTheme::theme()->scrollbarThickness(); in defaultThickness()
DPopupMenuTest.cpp547 …ner->width(), listBox->contentsSize().width() + ScrollbarTheme::theme()->scrollbarThickness() + 2); in TEST_F()

12