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

  /external/webkit/WebCore/rendering/
RenderTheme.h 195 virtual bool supportsSelectionForegroundColors() const { return true; }
RenderThemeChromiumMac.h 88 virtual bool supportsSelectionForegroundColors() const { return false; }
RenderThemeMac.h 84 virtual bool supportsSelectionForegroundColors() const { return false; }
RenderTheme.cpp 490 if (!m_activeSelectionForegroundColor.isValid() && supportsSelectionForegroundColors())
497 if (!m_inactiveSelectionForegroundColor.isValid() && supportsSelectionForegroundColors())
    [all...]

Completed in 1300 milliseconds