Home
last modified time | relevance | path

Searched refs:m_activeListBoxSelectionForegroundColor (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderTheme.cpp572 …if (!m_activeListBoxSelectionForegroundColor.isValid() && supportsListBoxSelectionForegroundColors… in activeListBoxSelectionForegroundColor()
573 m_activeListBoxSelectionForegroundColor = platformActiveListBoxSelectionForegroundColor(); in activeListBoxSelectionForegroundColor()
574 return m_activeListBoxSelectionForegroundColor; in activeListBoxSelectionForegroundColor()
1015 m_activeListBoxSelectionForegroundColor = Color(); in platformColorsDidChange()
DRenderTheme.h331 mutable Color m_activeListBoxSelectionForegroundColor; variable