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

/external/webkit/Source/WebCore/rendering/
H A DRenderTheme.cpp579 if (!m_inactiveListBoxSelectionForegroundColor.isValid() && supportsListBoxSelectionForegroundColors())
580 m_inactiveListBoxSelectionForegroundColor = platformInactiveListBoxSelectionForegroundColor();
581 return m_inactiveListBoxSelectionForegroundColor;
1016 m_inactiveListBoxSelectionForegroundColor = Color();
1018 m_inactiveListBoxSelectionForegroundColor = Color();
H A DRenderTheme.h332 mutable Color m_inactiveListBoxSelectionForegroundColor; member in class:WebCore::RenderTheme

Completed in 36 milliseconds