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

  /external/webkit/Source/WebCore/rendering/
RenderTheme.h 217 virtual bool supportsSelectionForegroundColors() const { return true; }
RenderThemeMac.h 105 virtual bool supportsSelectionForegroundColors() const { return false; }
RenderTheme.cpp 544 if (!m_activeSelectionForegroundColor.isValid() && supportsSelectionForegroundColors())
551 if (!m_inactiveSelectionForegroundColor.isValid() && supportsSelectionForegroundColors())
    [all...]

Completed in 20 milliseconds