HomeSort by relevance Sort by last modified time
    Searched refs:supportsListBoxSelectionForegroundColors (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/rendering/
RenderTheme.h 196 virtual bool supportsListBoxSelectionForegroundColors() const { return true; }
RenderTheme.cpp 518 if (!m_activeListBoxSelectionForegroundColor.isValid() && supportsListBoxSelectionForegroundColors())
525 if (!m_inactiveListBoxSelectionForegroundColor.isValid() && supportsListBoxSelectionForegroundColors())
    [all...]

Completed in 1607 milliseconds