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

  /external/webkit/WebCore/rendering/
RenderThemeChromiumLinux.cpp 44 unsigned RenderThemeChromiumLinux::m_inactiveSelectionForegroundColor =
126 return m_inactiveSelectionForegroundColor;
168 m_inactiveSelectionForegroundColor = inactiveForegroundColor;
RenderThemeChromiumLinux.h 86 static unsigned m_inactiveSelectionForegroundColor;
RenderTheme.cpp 497 if (!m_inactiveSelectionForegroundColor.isValid() && supportsSelectionForegroundColors())
498 m_inactiveSelectionForegroundColor = platformInactiveSelectionForegroundColor();
499 return m_inactiveSelectionForegroundColor;
871 m_inactiveSelectionForegroundColor = Color();
    [all...]
RenderTheme.h 288 mutable Color m_inactiveSelectionForegroundColor;

Completed in 353 milliseconds