Searched refs:m_inactiveSelectionBackgroundColor (Results 1 – 4 of 4) sorted by relevance
103 static unsigned m_inactiveSelectionBackgroundColor; variable
53 unsigned RenderThemeChromiumDefault::m_inactiveSelectionBackgroundColor = member in WebCore::RenderThemeChromiumDefault176 return m_inactiveSelectionBackgroundColor; in platformInactiveSelectionBackgroundColor()246 m_inactiveSelectionBackgroundColor = inactiveBackgroundColor; in setSelectionColors()
512 if (!m_inactiveSelectionBackgroundColor.isValid()) in inactiveSelectionBackgroundColor()513 … m_inactiveSelectionBackgroundColor = platformInactiveSelectionBackgroundColor().blendWithWhite(); in inactiveSelectionBackgroundColor()514 return m_inactiveSelectionBackgroundColor; in inactiveSelectionBackgroundColor()1033 m_inactiveSelectionBackgroundColor = Color(); in platformColorsDidChange()
318 mutable Color m_inactiveSelectionBackgroundColor; variable