Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTheme.cpp554 …if (!m_inactiveListBoxSelectionForegroundColor.isValid() && supportsListBoxSelectionForegroundColo… in inactiveListBoxSelectionForegroundColor()
555m_inactiveListBoxSelectionForegroundColor = platformInactiveListBoxSelectionForegroundColor(); in inactiveListBoxSelectionForegroundColor()
556 return m_inactiveListBoxSelectionForegroundColor; in inactiveListBoxSelectionForegroundColor()
1036 m_inactiveListBoxSelectionForegroundColor = Color(); in platformColorsDidChange()
1038 m_inactiveListBoxSelectionForegroundColor = Color(); in platformColorsDidChange()
DRenderTheme.h325 mutable Color m_inactiveListBoxSelectionForegroundColor; variable