Home
last modified time | relevance | path

Searched refs:m_thumbFatness (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/gtk/
DScrollbarThemeGtk.cpp179 …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()
DScrollbarThemeGtk.h69 int m_thumbFatness; variable
DScrollbarThemeGtk3.cpp56 "slider-width", &m_thumbFatness, in updateThemeProperties()
DScrollbarThemeGtk2.cpp57 "slider_width", &m_thumbFatness, in updateThemeProperties()