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/core/platform/mock/
ScrollbarThemeMock.cpp 40 int ScrollbarThemeMock::scrollbarThickness(ScrollbarControlSize controlSize)
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
ScrollbarThemeChromiumDefault.cpp 56 int ScrollbarThemeChromiumDefault::scrollbarThickness(ScrollbarControlSize controlSize)
ScrollbarThemeChromiumOverlay.cpp 43 int ScrollbarThemeChromiumOverlay::scrollbarThickness(ScrollbarControlSize controlSize)
ScrollbarThemeChromiumWin.cpp 62 int ScrollbarThemeChromiumWin::scrollbarThickness(ScrollbarControlSize controlSize)
84 const int thickness = scrollbarThickness(scrollbar->controlSize());
236 int thickness = scrollbarThickness(scrollbar->controlSize());
240 // FIXME: This is retarded! scrollbarThickness is already fixed in layout
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebScrollbarThemeGeometryNative.cpp 107 int WebScrollbarThemeGeometryNative::scrollbarThickness(WebScrollbar* scrollbar)
110 return m_theme->scrollbarThickness(client.controlSize());
  /external/chromium_org/third_party/WebKit/Source/core/platform/
ScrollbarTheme.h 54 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) { return 0; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextControl.cpp 112 int RenderTextControl::scrollbarThickness() const
115 return ScrollbarTheme::theme()->scrollbarThickness();
129 logicalHeight += scrollbarThickness();

Completed in 105 milliseconds