Home
last modified time | relevance | path

Searched refs:supportsSelectionForegroundColors (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderThemeChromiumMac.h95 virtual bool supportsSelectionForegroundColors() const OVERRIDE { return false; } in supportsSelectionForegroundColors() function
DRenderTheme.h218 virtual bool supportsSelectionForegroundColors() const { return true; } in supportsSelectionForegroundColors() function
DRenderTheme.cpp519 if (!m_activeSelectionForegroundColor.isValid() && supportsSelectionForegroundColors()) in activeSelectionForegroundColor()
526 if (!m_inactiveSelectionForegroundColor.isValid() && supportsSelectionForegroundColors()) in inactiveSelectionForegroundColor()