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

/external/webkit/Source/WebCore/rendering/
H A DRenderThemeChromiumLinux.h97 static unsigned m_inactiveSelectionBackgroundColor; member in class:WebCore::RenderThemeChromiumLinux
H A DRenderThemeChromiumLinux.cpp44 unsigned RenderThemeChromiumLinux::m_inactiveSelectionBackgroundColor = member in class:WebCore::RenderThemeChromiumLinux
133 return m_inactiveSelectionBackgroundColor;
183 m_inactiveSelectionBackgroundColor = inactiveBackgroundColor;
H A DRenderTheme.cpp537 if (!m_inactiveSelectionBackgroundColor.isValid())
538 m_inactiveSelectionBackgroundColor = platformInactiveSelectionBackgroundColor().blendWithWhite();
539 return m_inactiveSelectionBackgroundColor;
1013 m_inactiveSelectionBackgroundColor = Color();
H A DRenderTheme.h325 mutable Color m_inactiveSelectionBackgroundColor; member in class:WebCore::RenderTheme
/external/webkit/Source/WebCore/platform/efl/
H A DRenderThemeEfl.h96 virtual Color platformInactiveSelectionBackgroundColor() const { return m_inactiveSelectionBackgroundColor; }
201 Color m_inactiveSelectionBackgroundColor; member in class:WebCore::RenderThemeEfl
H A DRenderThemeEfl.cpp496 m_inactiveSelectionBackgroundColor = Color(br, bg, bb, ba);
682 , m_inactiveSelectionBackgroundColor(0, 0, 128)
721 m_inactiveSelectionBackgroundColor = Color(backR, backG, backB, backA);

Completed in 69 milliseconds