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

  /external/webkit/WebCore/platform/gtk/
RenderThemeGtk.h 157 mutable Color m_sliderThumbColor;
RenderThemeGtk.cpp 77 m_sliderThumbColor = style->bg[GTK_STATE_SELECTED];
128 , m_sliderThumbColor(Color::white)
698 paintInfo.context->fillRoundedRect(r, IntSize(3, 3), IntSize(3, 3), IntSize(3, 3), IntSize(3, 3), m_sliderThumbColor, DeviceColorSpace);

Completed in 169 milliseconds