Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderTheme.h218 virtual bool supportsListBoxSelectionForegroundColors() const { return true; } in supportsListBoxSelectionForegroundColors() function
DRenderTheme.cpp572 … (!m_activeListBoxSelectionForegroundColor.isValid() && supportsListBoxSelectionForegroundColors()) in activeListBoxSelectionForegroundColor()
579 …!m_inactiveListBoxSelectionForegroundColor.isValid() && supportsListBoxSelectionForegroundColors()) in inactiveListBoxSelectionForegroundColor()