Home
last modified time | relevance | path

Searched refs:m_activeSelectionBackgroundColor (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderThemeChromiumLinux.cpp38 unsigned RenderThemeChromiumLinux::m_activeSelectionBackgroundColor = member in WebCore::RenderThemeChromiumLinux
111 return m_activeSelectionBackgroundColor; in platformActiveSelectionBackgroundColor()
165 m_activeSelectionBackgroundColor = activeBackgroundColor; in setSelectionColors()
DRenderThemeChromiumLinux.h83 static unsigned m_activeSelectionBackgroundColor; variable
DRenderTheme.cpp476 if (!m_activeSelectionBackgroundColor.isValid()) in activeSelectionBackgroundColor()
477m_activeSelectionBackgroundColor = platformActiveSelectionBackgroundColor().blendWithWhite(); in activeSelectionBackgroundColor()
478 return m_activeSelectionBackgroundColor; in activeSelectionBackgroundColor()
872 m_activeSelectionBackgroundColor = Color(); in platformColorsDidChange()
DRenderTheme.h285 mutable Color m_activeSelectionBackgroundColor;