Searched refs:m_inactiveSelectionForegroundColor (Results 1 – 4 of 4) sorted by relevance
104 static unsigned m_inactiveSelectionForegroundColor; variable
55 unsigned RenderThemeChromiumDefault::m_inactiveSelectionForegroundColor = member in WebCore::RenderThemeChromiumDefault190 return m_inactiveSelectionForegroundColor; in platformInactiveSelectionForegroundColor()247 m_inactiveSelectionForegroundColor = inactiveForegroundColor; in setSelectionColors()
526 if (!m_inactiveSelectionForegroundColor.isValid() && supportsSelectionForegroundColors()) in inactiveSelectionForegroundColor()527 m_inactiveSelectionForegroundColor = platformInactiveSelectionForegroundColor(); in inactiveSelectionForegroundColor()528 return m_inactiveSelectionForegroundColor; in inactiveSelectionForegroundColor()1031 m_inactiveSelectionForegroundColor = Color(); in platformColorsDidChange()
320 mutable Color m_inactiveSelectionForegroundColor; variable