Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTheme.h219 virtual bool supportsListBoxSelectionForegroundColors() const { return true; } in supportsListBoxSelectionForegroundColors() function
DRenderTheme.cpp547 … (!m_activeListBoxSelectionForegroundColor.isValid() && supportsListBoxSelectionForegroundColors()) in activeListBoxSelectionForegroundColor()
554 …!m_inactiveListBoxSelectionForegroundColor.isValid() && supportsListBoxSelectionForegroundColors()) in inactiveListBoxSelectionForegroundColor()