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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumDefault.h 101 static unsigned m_activeSelectionBackgroundColor;
RenderThemeChromiumDefault.cpp 49 unsigned RenderThemeChromiumDefault::m_activeSelectionBackgroundColor =
169 return m_activeSelectionBackgroundColor;
244 m_activeSelectionBackgroundColor = activeBackgroundColor;
RenderTheme.h 317 mutable Color m_activeSelectionBackgroundColor;
RenderTheme.cpp 505 if (!m_activeSelectionBackgroundColor.isValid())
506 m_activeSelectionBackgroundColor = platformActiveSelectionBackgroundColor().blendWithWhite();
507 return m_activeSelectionBackgroundColor;
    [all...]

Completed in 26 milliseconds