Searched refs:m_inactiveSelectionBackgroundColor (Results 1 – 6 of 6) sorted by relevance
44 unsigned RenderThemeChromiumLinux::m_inactiveSelectionBackgroundColor = member in WebCore::RenderThemeChromiumLinux133 return m_inactiveSelectionBackgroundColor; in platformInactiveSelectionBackgroundColor()183 m_inactiveSelectionBackgroundColor = inactiveBackgroundColor; in setSelectionColors()
97 static unsigned m_inactiveSelectionBackgroundColor; variable
537 if (!m_inactiveSelectionBackgroundColor.isValid()) in inactiveSelectionBackgroundColor()538 … m_inactiveSelectionBackgroundColor = platformInactiveSelectionBackgroundColor().blendWithWhite(); in inactiveSelectionBackgroundColor()539 return m_inactiveSelectionBackgroundColor; in inactiveSelectionBackgroundColor()1013 m_inactiveSelectionBackgroundColor = Color(); in platformColorsDidChange()
325 mutable Color m_inactiveSelectionBackgroundColor; variable
96 …lor platformInactiveSelectionBackgroundColor() const { return m_inactiveSelectionBackgroundColor; } in platformInactiveSelectionBackgroundColor()201 Color m_inactiveSelectionBackgroundColor; variable
496 m_inactiveSelectionBackgroundColor = Color(br, bg, bb, ba); in applyEdjeColors()682 , m_inactiveSelectionBackgroundColor(0, 0, 128) in RenderThemeEfl()721 m_inactiveSelectionBackgroundColor = Color(backR, backG, backB, backA); in setInactiveSelectionColor()