Home
last modified time | relevance | path

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

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