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

  /external/webkit/WebCore/rendering/
RenderTheme.h 291 mutable Color m_inactiveListBoxSelectionBackgroundColor;
RenderTheme.cpp 511 if (!m_inactiveListBoxSelectionBackgroundColor.isValid())
512 m_inactiveListBoxSelectionBackgroundColor = platformInactiveListBoxSelectionBackgroundColor();
513 return m_inactiveListBoxSelectionBackgroundColor;
    [all...]

Completed in 13 milliseconds