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

  /external/webkit/WebCore/rendering/
RenderThemeChromiumLinux.cpp 38 unsigned RenderThemeChromiumLinux::m_activeSelectionBackgroundColor =
111 return m_activeSelectionBackgroundColor;
165 m_activeSelectionBackgroundColor = activeBackgroundColor;
RenderThemeChromiumLinux.h 83 static unsigned m_activeSelectionBackgroundColor;
RenderTheme.cpp 476 if (!m_activeSelectionBackgroundColor.isValid())
477 m_activeSelectionBackgroundColor = platformActiveSelectionBackgroundColor().blendWithWhite();
478 return m_activeSelectionBackgroundColor;
872 m_activeSelectionBackgroundColor = Color();
    [all...]
RenderTheme.h 285 mutable Color m_activeSelectionBackgroundColor;

Completed in 2157 milliseconds