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

  /external/webkit/WebCore/rendering/
RenderTheme.cpp 525 if (!m_inactiveListBoxSelectionForegroundColor.isValid() && supportsListBoxSelectionForegroundColors())
526 m_inactiveListBoxSelectionForegroundColor = platformInactiveListBoxSelectionForegroundColor();
527 return m_inactiveListBoxSelectionForegroundColor;
876 m_inactiveListBoxSelectionForegroundColor = Color();
878 m_inactiveListBoxSelectionForegroundColor = Color();
    [all...]
RenderTheme.h 293 mutable Color m_inactiveListBoxSelectionForegroundColor;

Completed in 815 milliseconds