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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumDefault.h 102 static unsigned m_activeSelectionForegroundColor;
RenderThemeChromiumDefault.cpp 51 unsigned RenderThemeChromiumDefault::m_activeSelectionForegroundColor =
183 return m_activeSelectionForegroundColor;
245 m_activeSelectionForegroundColor = activeForegroundColor;
RenderTheme.h 319 mutable Color m_activeSelectionForegroundColor;
RenderTheme.cpp 519 if (!m_activeSelectionForegroundColor.isValid() && supportsSelectionForegroundColors())
520 m_activeSelectionForegroundColor = platformActiveSelectionForegroundColor();
521 return m_activeSelectionForegroundColor;
    [all...]

Completed in 27 milliseconds