HomeSort by relevance Sort by last modified time
    Searched defs:scrollbarThickness (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeMock.cpp 42 int ScrollbarThemeMock::scrollbarThickness(ScrollbarControlSize controlSize)
ScrollbarThemeAura.cpp 62 int ScrollbarThemeAura::scrollbarThickness(ScrollbarControlSize controlSize)
ScrollbarThemeOverlay.cpp 60 int ScrollbarThemeOverlay::scrollbarThickness(ScrollbarControlSize controlSize)
ScrollbarTheme.h 50 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) { return 0; }
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebScrollbarThemeGeometryNative.cpp 105 int WebScrollbarThemeGeometryNative::scrollbarThickness(WebScrollbar* scrollbar)
108 return m_theme->scrollbarThickness(client.controlSize());
  /external/chromium_org/third_party/WebKit/Source/core/frame/
PinchViewport.cpp 278 int scrollbarThickness = thumbThickness;
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/Source/core/rendering/
RenderTextControl.cpp 122 int RenderTextControl::scrollbarThickness() const
125 return ScrollbarTheme::theme()->scrollbarThickness();
139 logicalHeight += scrollbarThickness();

Completed in 1120 milliseconds