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

/external/webkit/WebCore/rendering/
H A DRenderTheme.h196 virtual bool supportsListBoxSelectionForegroundColors() const { return true; } function in class:WebCore::RenderTheme
H A DRenderTheme.cpp518 if (!m_activeListBoxSelectionForegroundColor.isValid() && supportsListBoxSelectionForegroundColors())
525 if (!m_inactiveListBoxSelectionForegroundColor.isValid() && supportsListBoxSelectionForegroundColors())

Completed in 33 milliseconds