Home
last modified time | relevance | path

Searched refs:m_activeSelectionForegroundColor (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderThemeChromiumLinux.cpp42 unsigned RenderThemeChromiumLinux::m_activeSelectionForegroundColor = member in WebCore::RenderThemeChromiumLinux
138 return m_activeSelectionForegroundColor; in platformActiveSelectionForegroundColor()
182 m_activeSelectionForegroundColor = activeForegroundColor; in setSelectionColors()
DRenderThemeChromiumLinux.h96 static unsigned m_activeSelectionForegroundColor; variable
DRenderTheme.cpp544 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()
DRenderTheme.h326 mutable Color m_activeSelectionForegroundColor; variable
/external/webkit/Source/WebCore/platform/efl/
DRenderThemeEfl.h97 …l Color platformActiveSelectionForegroundColor() const { return m_activeSelectionForegroundColor; } in platformActiveSelectionForegroundColor()
200 Color m_activeSelectionForegroundColor; variable
DRenderThemeEfl.cpp491 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()