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

/external/webkit/Source/WebCore/rendering/
H A DRenderTheme.h330 mutable Color m_inactiveListBoxSelectionBackgroundColor; member in class:WebCore::RenderTheme
H A DRenderTheme.cpp565 if (!m_inactiveListBoxSelectionBackgroundColor.isValid())
566 m_inactiveListBoxSelectionBackgroundColor = platformInactiveListBoxSelectionBackgroundColor();
567 return m_inactiveListBoxSelectionBackgroundColor;

Completed in 119 milliseconds