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

  /external/webkit/WebCore/platform/gtk/
ScrollbarThemeGtk.cpp 44 int ScrollbarThemeGtk::scrollbarThickness(ScrollbarControlSize controlSize)
  /external/webkit/WebCore/rendering/
RenderScrollbarTheme.h 41 virtual int scrollbarThickness(ScrollbarControlSize controlSize) { return ScrollbarTheme::nativeTheme()->scrollbarThickness(controlSize); }
RenderTextControl.cpp 418 int RenderTextControl::scrollbarThickness() const
421 return ScrollbarTheme::nativeTheme()->scrollbarThickness();
435 setHeight(height() + scrollbarThickness());
  /external/webkit/WebCore/platform/
ScrollbarTheme.h 46 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) { return 0; }
  /external/webkit/WebCore/platform/haiku/
ScrollbarThemeHaiku.cpp 57 int ScrollbarThemeHaiku::scrollbarThickness(ScrollbarControlSize controlSize)
78 int thickness = scrollbarThickness();
93 int thickness = scrollbarThickness();
105 int thickness = scrollbarThickness();
  /external/webkit/WebCore/platform/qt/
ScrollbarThemeQt.cpp 191 int ScrollbarThemeQt::scrollbarThickness(ScrollbarControlSize controlSize)
  /external/webkit/WebCore/platform/wx/
ScrollbarThemeWx.cpp 56 int ScrollbarThemeWx::scrollbarThickness(ScrollbarControlSize size)
164 int thickness = scrollbarThickness(scrollbar->controlSize());
  /external/webkit/WebCore/platform/chromium/
ScrollbarThemeChromiumLinux.cpp 49 int ScrollbarThemeChromiumLinux::scrollbarThickness(ScrollbarControlSize controlSize)
135 int thickness = scrollbarThickness(scrollbar->controlSize());
234 return 2 * scrollbarThickness(scrollbar->controlSize());
ScrollbarThemeChromiumWin.cpp 65 int thickness = scrollbarThickness(scrollbar->controlSize());
78 int ScrollbarThemeChromiumWin::scrollbarThickness(ScrollbarControlSize controlSize)
100 const int thickness = scrollbarThickness(scrollbar->controlSize());
269 int thickness = scrollbarThickness(scrollbar->controlSize());
273 // FIXME: This is retarded! scrollbarThickness is already fixed in layout
  /external/webkit/WebCore/platform/win/
ScrollbarThemeSafari.cpp 102 int ScrollbarThemeSafari::scrollbarThickness(ScrollbarControlSize controlSize)
145 int thickness = scrollbarThickness(scrollbar->controlSize());
163 int thickness = scrollbarThickness(scrollbar->controlSize());
190 int thickness = scrollbarThickness(scrollbar->controlSize());
ScrollbarThemeWin.cpp 110 int ScrollbarThemeWin::scrollbarThickness(ScrollbarControlSize)
148 int thickness = scrollbarThickness();
167 int thickness = scrollbarThickness();
179 int thickness = scrollbarThickness();
201 const int thickness = scrollbarThickness(scrollbar->controlSize());
367 paintGripper(scrollbar, hdc, gripperRect(scrollbarThickness(), rect));

Completed in 81 milliseconds