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

  /external/webkit/Source/WebCore/rendering/
RenderThemeChromiumLinux.h 98 static unsigned m_inactiveSelectionForegroundColor;
RenderThemeChromiumLinux.cpp 46 unsigned RenderThemeChromiumLinux::m_inactiveSelectionForegroundColor =
143 return m_inactiveSelectionForegroundColor;
184 m_inactiveSelectionForegroundColor = inactiveForegroundColor;
RenderTheme.cpp 551 if (!m_inactiveSelectionForegroundColor.isValid() && supportsSelectionForegroundColors())
552 m_inactiveSelectionForegroundColor = platformInactiveSelectionForegroundColor();
553 return m_inactiveSelectionForegroundColor;
    [all...]
RenderTheme.h 327 mutable Color m_inactiveSelectionForegroundColor;
  /external/webkit/Source/WebCore/platform/efl/
RenderThemeEfl.h 98 virtual Color platformInactiveSelectionForegroundColor() const { return m_inactiveSelectionForegroundColor; }
202 Color m_inactiveSelectionForegroundColor;
RenderThemeEfl.cpp 495 m_inactiveSelectionForegroundColor = Color(fr, fg, fb, fa);
683 , m_inactiveSelectionForegroundColor(200, 200, 200)
720 m_inactiveSelectionForegroundColor = Color(foreR, foreG, foreB, foreA);
    [all...]

Completed in 64 milliseconds