Home
last modified time | relevance | path

Searched refs:m_activeSelectionForegroundColor (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderThemeChromiumDefault.h102 static unsigned m_activeSelectionForegroundColor; variable
DRenderThemeChromiumDefault.cpp51 unsigned RenderThemeChromiumDefault::m_activeSelectionForegroundColor = member in WebCore::RenderThemeChromiumDefault
183 return m_activeSelectionForegroundColor; in platformActiveSelectionForegroundColor()
245 m_activeSelectionForegroundColor = activeForegroundColor; in setSelectionColors()
DRenderTheme.cpp519 if (!m_activeSelectionForegroundColor.isValid() && supportsSelectionForegroundColors()) in activeSelectionForegroundColor()
520 m_activeSelectionForegroundColor = platformActiveSelectionForegroundColor(); in activeSelectionForegroundColor()
521 return m_activeSelectionForegroundColor; in activeSelectionForegroundColor()
1030 m_activeSelectionForegroundColor = Color(); in platformColorsDidChange()
DRenderTheme.h319 mutable Color m_activeSelectionForegroundColor; variable