Searched refs:m_inactiveListBoxSelectionBackgroundColor (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/rendering/
H A DRenderTheme.h291 mutable Color m_inactiveListBoxSelectionBackgroundColor; member in class:WebCore::RenderTheme
H A DRenderTheme.cpp511 if (!m_inactiveListBoxSelectionBackgroundColor.isValid())
512 m_inactiveListBoxSelectionBackgroundColor = platformInactiveListBoxSelectionBackgroundColor();
513 return m_inactiveListBoxSelectionBackgroundColor;

Completed in 13 milliseconds