Searched refs:m_activeSelectionForegroundColor (Results 1 – 4 of 4) sorted by relevance
102 static unsigned m_activeSelectionForegroundColor; variable
51 unsigned RenderThemeChromiumDefault::m_activeSelectionForegroundColor = member in WebCore::RenderThemeChromiumDefault183 return m_activeSelectionForegroundColor; in platformActiveSelectionForegroundColor()245 m_activeSelectionForegroundColor = activeForegroundColor; in setSelectionColors()
519 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()
319 mutable Color m_activeSelectionForegroundColor; variable