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

  /external/webkit/Source/WebCore/platform/efl/
ScrollbarThemeEfl.cpp 47 int ScrollbarThemeEfl::scrollbarThickness(ScrollbarControlSize controlSize)
  /external/webkit/Source/WebCore/rendering/
RenderScrollbarTheme.h 41 virtual int scrollbarThickness(ScrollbarControlSize controlSize) { return ScrollbarTheme::nativeTheme()->scrollbarThickness(controlSize); }
RenderTextControl.cpp 456 int RenderTextControl::scrollbarThickness() const
459 return ScrollbarTheme::nativeTheme()->scrollbarThickness();
473 setHeight(height() + scrollbarThickness());
  /external/webkit/Source/WebCore/platform/chromium/
ScrollbarThemeChromiumLinux.cpp 46 int ScrollbarThemeChromiumLinux::scrollbarThickness(ScrollbarControlSize controlSize)
ScrollbarThemeChromiumWin.cpp 60 int ScrollbarThemeChromiumWin::scrollbarThickness(ScrollbarControlSize controlSize)
82 const int thickness = scrollbarThickness(scrollbar->controlSize());
251 int thickness = scrollbarThickness(scrollbar->controlSize());
255 // FIXME: This is retarded! scrollbarThickness is already fixed in layout
  /external/webkit/Source/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/Source/WebCore/platform/qt/
ScrollbarThemeQt.cpp 195 int ScrollbarThemeQt::scrollbarThickness(ScrollbarControlSize controlSize)
  /external/webkit/Source/WebCore/platform/wx/
ScrollbarThemeWx.cpp 56 int ScrollbarThemeWx::scrollbarThickness(ScrollbarControlSize size)
164 int thickness = scrollbarThickness(scrollbar->controlSize());
  /external/webkit/Source/WebCore/platform/
ScrollbarTheme.h 48 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) { return 0; }
  /external/webkit/Source/WebCore/platform/gtk/
ScrollbarThemeGtk.cpp 81 int thickness = scrollbarThickness(scrollbar->controlSize());
148 int thickness = scrollbarThickness(scrollbar->controlSize());
268 int ScrollbarThemeGtk::scrollbarThickness(ScrollbarControlSize)
  /external/webkit/Source/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 111 int ScrollbarThemeWin::scrollbarThickness(ScrollbarControlSize)
149 int thickness = scrollbarThickness();
168 int thickness = scrollbarThickness();
180 int thickness = scrollbarThickness();
202 const int thickness = scrollbarThickness(scrollbar->controlSize());
372 paintGripper(scrollbar, hdc, gripperRect(scrollbarThickness(), rect));

Completed in 634 milliseconds