Searched refs:m_activeSelectionBackgroundColor (Results 1 – 4 of 4) sorted by relevance
101 static unsigned m_activeSelectionBackgroundColor; variable
49 unsigned RenderThemeChromiumDefault::m_activeSelectionBackgroundColor = member in WebCore::RenderThemeChromiumDefault169 return m_activeSelectionBackgroundColor; in platformActiveSelectionBackgroundColor()244 m_activeSelectionBackgroundColor = activeBackgroundColor; in setSelectionColors()
505 if (!m_activeSelectionBackgroundColor.isValid()) in activeSelectionBackgroundColor()506 … m_activeSelectionBackgroundColor = platformActiveSelectionBackgroundColor().blendWithWhite(); in activeSelectionBackgroundColor()507 return m_activeSelectionBackgroundColor; in activeSelectionBackgroundColor()1032 m_activeSelectionBackgroundColor = Color(); in platformColorsDidChange()
317 mutable Color m_activeSelectionBackgroundColor;