HomeSort by relevance Sort by last modified time
    Searched refs:m_activeSelectionForegroundColor (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/rendering/
RenderThemeChromiumLinux.cpp 40 unsigned RenderThemeChromiumLinux::m_activeSelectionForegroundColor =
121 return m_activeSelectionForegroundColor;
166 m_activeSelectionForegroundColor = activeForegroundColor;
RenderThemeChromiumLinux.h 84 static unsigned m_activeSelectionForegroundColor;
RenderTheme.cpp 490 if (!m_activeSelectionForegroundColor.isValid() && supportsSelectionForegroundColors())
491 m_activeSelectionForegroundColor = platformActiveSelectionForegroundColor();
492 return m_activeSelectionForegroundColor;
870 m_activeSelectionForegroundColor = Color();
    [all...]
RenderTheme.h 287 mutable Color m_activeSelectionForegroundColor;

Completed in 200 milliseconds