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

  /external/webkit/Source/WebCore/rendering/
RenderThemeChromiumLinux.h 96 static unsigned m_activeSelectionForegroundColor;
RenderThemeChromiumLinux.cpp 42 unsigned RenderThemeChromiumLinux::m_activeSelectionForegroundColor =
138 return m_activeSelectionForegroundColor;
182 m_activeSelectionForegroundColor = activeForegroundColor;
RenderTheme.cpp 544 if (!m_activeSelectionForegroundColor.isValid() && supportsSelectionForegroundColors())
545 m_activeSelectionForegroundColor = platformActiveSelectionForegroundColor();
546 return m_activeSelectionForegroundColor;
    [all...]
RenderTheme.h 326 mutable Color m_activeSelectionForegroundColor;
  /external/webkit/Source/WebCore/platform/efl/
RenderThemeEfl.h 97 virtual Color platformActiveSelectionForegroundColor() const { return m_activeSelectionForegroundColor; }
200 Color m_activeSelectionForegroundColor;
RenderThemeEfl.cpp 491 m_activeSelectionForegroundColor = Color(fr, fg, fb, fa);
681 , m_activeSelectionForegroundColor(255, 255, 255)
713 m_activeSelectionForegroundColor = Color(foreR, foreG, foreB, foreA);
    [all...]

Completed in 238 milliseconds