Searched refs:m_thumbFatness (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/platform/gtk/ |
D | ScrollbarThemeGtk.cpp | 179 …humbPos, trackRect.y() + (trackRect.height() - m_thumbFatness) / 2, thumbLength(scrollbar), m_thum… in thumbRect() 182 … IntRect(trackRect.x() + (trackRect.width() - m_thumbFatness) / 2, trackRect.y() + thumbPos, m_thu… in thumbRect() 270 return m_thumbFatness + (m_troughBorderWidth * 2); in scrollbarThickness() 276 return IntSize(m_thumbFatness, m_stepperSize); in buttonSize() 279 return IntSize(m_stepperSize, m_thumbFatness); in buttonSize()
|
D | ScrollbarThemeGtk.h | 69 int m_thumbFatness; variable
|
D | ScrollbarThemeGtk3.cpp | 56 "slider-width", &m_thumbFatness, in updateThemeProperties()
|
D | ScrollbarThemeGtk2.cpp | 57 "slider_width", &m_thumbFatness, in updateThemeProperties()
|