Searched refs:m_activeSelectionBackgroundColor (Results 1 – 4 of 4) sorted by relevance
38 unsigned RenderThemeChromiumLinux::m_activeSelectionBackgroundColor = member in WebCore::RenderThemeChromiumLinux111 return m_activeSelectionBackgroundColor; in platformActiveSelectionBackgroundColor()165 m_activeSelectionBackgroundColor = activeBackgroundColor; in setSelectionColors()
83 static unsigned m_activeSelectionBackgroundColor; variable
476 if (!m_activeSelectionBackgroundColor.isValid()) in activeSelectionBackgroundColor()477 … m_activeSelectionBackgroundColor = platformActiveSelectionBackgroundColor().blendWithWhite(); in activeSelectionBackgroundColor()478 return m_activeSelectionBackgroundColor; in activeSelectionBackgroundColor()872 m_activeSelectionBackgroundColor = Color(); in platformColorsDidChange()
285 mutable Color m_activeSelectionBackgroundColor;