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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumDefault.h 103 static unsigned m_inactiveSelectionBackgroundColor;
RenderThemeChromiumDefault.cpp 53 unsigned RenderThemeChromiumDefault::m_inactiveSelectionBackgroundColor =
176 return m_inactiveSelectionBackgroundColor;
246 m_inactiveSelectionBackgroundColor = inactiveBackgroundColor;
RenderTheme.h 318 mutable Color m_inactiveSelectionBackgroundColor;
RenderTheme.cpp 512 if (!m_inactiveSelectionBackgroundColor.isValid())
513 m_inactiveSelectionBackgroundColor = platformInactiveSelectionBackgroundColor().blendWithWhite();
514 return m_inactiveSelectionBackgroundColor;
    [all...]

Completed in 29 milliseconds