Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTheme.cpp547 …if (!m_activeListBoxSelectionForegroundColor.isValid() && supportsListBoxSelectionForegroundColors… in activeListBoxSelectionForegroundColor()
548 m_activeListBoxSelectionForegroundColor = platformActiveListBoxSelectionForegroundColor(); in activeListBoxSelectionForegroundColor()
549 return m_activeListBoxSelectionForegroundColor; in activeListBoxSelectionForegroundColor()
1035 m_activeListBoxSelectionForegroundColor = Color(); in platformColorsDidChange()
DRenderTheme.h324 mutable Color m_activeListBoxSelectionForegroundColor; variable