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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderThemeChromiumMac.h95 virtual bool supportsSelectionForegroundColors() const OVERRIDE { return false; }
H A DRenderTheme.h236 virtual bool supportsSelectionForegroundColors() const { return true; } function in class:WebCore::RenderTheme
H A DRenderTheme.cpp562 if (!(m_selectionColorsValid & SelectionColors::ActiveForeground) && supportsSelectionForegroundColors()) {
571 if (!(m_selectionColorsValid & SelectionColors::InactiveForeground) && supportsSelectionForegroundColors()) {

Completed in 54 milliseconds