Searched refs:m_activeSelectionForegroundColor (Results 1 – 6 of 6) sorted by relevance
42 unsigned RenderThemeChromiumLinux::m_activeSelectionForegroundColor = member in WebCore::RenderThemeChromiumLinux138 return m_activeSelectionForegroundColor; in platformActiveSelectionForegroundColor()182 m_activeSelectionForegroundColor = activeForegroundColor; in setSelectionColors()
96 static unsigned m_activeSelectionForegroundColor; variable
544 if (!m_activeSelectionForegroundColor.isValid() && supportsSelectionForegroundColors()) in activeSelectionForegroundColor()545 m_activeSelectionForegroundColor = platformActiveSelectionForegroundColor(); in activeSelectionForegroundColor()546 return m_activeSelectionForegroundColor; in activeSelectionForegroundColor()1010 m_activeSelectionForegroundColor = Color(); in platformColorsDidChange()
326 mutable Color m_activeSelectionForegroundColor; variable
97 …l Color platformActiveSelectionForegroundColor() const { return m_activeSelectionForegroundColor; } in platformActiveSelectionForegroundColor()200 Color m_activeSelectionForegroundColor; variable
491 m_activeSelectionForegroundColor = Color(fr, fg, fb, fa); in applyEdjeColors()681 , m_activeSelectionForegroundColor(255, 255, 255) in RenderThemeEfl()713 m_activeSelectionForegroundColor = Color(foreR, foreG, foreB, foreA); in setActiveSelectionColor()