Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTheme.cpp533 if (!m_activeListBoxSelectionBackgroundColor.isValid()) in activeListBoxSelectionBackgroundColor()
534 m_activeListBoxSelectionBackgroundColor = platformActiveListBoxSelectionBackgroundColor(); in activeListBoxSelectionBackgroundColor()
535 return m_activeListBoxSelectionBackgroundColor; in activeListBoxSelectionBackgroundColor()
1037 m_activeListBoxSelectionBackgroundColor = Color(); in platformColorsDidChange()
DRenderTheme.h322 mutable Color m_activeListBoxSelectionBackgroundColor; variable