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

  /external/webkit/Source/WebCore/rendering/
RenderThemeChromiumLinux.h 95 static unsigned m_activeSelectionBackgroundColor;
RenderThemeChromiumLinux.cpp 40 unsigned RenderThemeChromiumLinux::m_activeSelectionBackgroundColor =
128 return m_activeSelectionBackgroundColor;
181 m_activeSelectionBackgroundColor = activeBackgroundColor;
RenderTheme.cpp 530 if (!m_activeSelectionBackgroundColor.isValid())
531 m_activeSelectionBackgroundColor = platformActiveSelectionBackgroundColor().blendWithWhite();
532 return m_activeSelectionBackgroundColor;
    [all...]
RenderTheme.h 324 mutable Color m_activeSelectionBackgroundColor;
  /external/webkit/Source/WebCore/platform/efl/
RenderThemeEfl.h 95 virtual Color platformActiveSelectionBackgroundColor() const { return m_activeSelectionBackgroundColor; }
199 Color m_activeSelectionBackgroundColor;
RenderThemeEfl.cpp 492 m_activeSelectionBackgroundColor = Color(br, bg, bb, ba);
680 , m_activeSelectionBackgroundColor(0, 0, 255)
714 m_activeSelectionBackgroundColor = Color(backR, backG, backB, backA);
    [all...]

Completed in 62 milliseconds