HomeSort by relevance Sort by last modified time
    Searched refs:m_troughBorderWidth (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/gtk/
ScrollbarThemeGtk.cpp 101 int x = scrollbar->x() + m_troughBorderWidth;
102 int y = scrollbar->y() + m_troughBorderWidth;
109 return IntRect(scrollbar->x() + scrollbar->width() - m_troughBorderWidth - (2 * size.width()), y, size.width(), size.height());
112 return IntRect(x, scrollbar->y() + scrollbar->height() - m_troughBorderWidth - (2 * size.height()), size.width(), size.height());
122 int y = scrollbar->y() + m_troughBorderWidth;
124 return IntRect(scrollbar->x() + scrollbar->width() - size.width() - m_troughBorderWidth, y, size.width(), size.height());
127 return IntRect(scrollbar->x() + m_troughBorderWidth + size.width(), y, size.width(), size.height());
131 int x = scrollbar->x() + m_troughBorderWidth;
133 return IntRect(x, scrollbar->y() + scrollbar->height() - size.height() - m_troughBorderWidth, size.width(), size.height());
136 return IntRect(x, scrollbar->y() + m_troughBorderWidth + size.height(), size.width(), size.height())
    [all...]
ScrollbarThemeGtk.h 70 int m_troughBorderWidth;
ScrollbarThemeGtk2.cpp 58 "trough_border", &m_troughBorderWidth,
ScrollbarThemeGtk3.cpp 57 "trough-border", &m_troughBorderWidth,

Completed in 31 milliseconds