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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumDefault.h 100 static unsigned m_inactiveSelectionForegroundColor;
RenderThemeChromiumDefault.cpp 48 unsigned RenderThemeChromiumDefault::m_inactiveSelectionForegroundColor =
156 return m_inactiveSelectionForegroundColor;
207 m_inactiveSelectionForegroundColor = inactiveForegroundColor;
RenderTheme.h 345 mutable Color m_inactiveSelectionForegroundColor;

Completed in 31 milliseconds