Searched refs:m_activeSelectionBackgroundColor (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderThemeChromiumLinux.h95 static unsigned m_activeSelectionBackgroundColor; member in class:WebCore::RenderThemeChromiumLinux
H A DRenderThemeChromiumLinux.cpp40 unsigned RenderThemeChromiumLinux::m_activeSelectionBackgroundColor = member in class:WebCore::RenderThemeChromiumLinux
128 return m_activeSelectionBackgroundColor;
181 m_activeSelectionBackgroundColor = activeBackgroundColor;
H A DRenderTheme.cpp530 if (!m_activeSelectionBackgroundColor.isValid())
531 m_activeSelectionBackgroundColor = platformActiveSelectionBackgroundColor().blendWithWhite();
532 return m_activeSelectionBackgroundColor;
1012 m_activeSelectionBackgroundColor = Color();
H A DRenderTheme.h324 mutable Color m_activeSelectionBackgroundColor; member in class:WebCore::RenderTheme
/external/webkit/Source/WebCore/platform/efl/
H A DRenderThemeEfl.h95 virtual Color platformActiveSelectionBackgroundColor() const { return m_activeSelectionBackgroundColor; }
199 Color m_activeSelectionBackgroundColor; member in class:WebCore::RenderThemeEfl
H A DRenderThemeEfl.cpp492 m_activeSelectionBackgroundColor = Color(br, bg, bb, ba);
680 , m_activeSelectionBackgroundColor(0, 0, 255)
714 m_activeSelectionBackgroundColor = Color(backR, backG, backB, backA);

Completed in 46 milliseconds