Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderThemeChromiumDefault.h101 static unsigned m_activeSelectionBackgroundColor; variable
DRenderThemeChromiumDefault.cpp49 unsigned RenderThemeChromiumDefault::m_activeSelectionBackgroundColor = member in WebCore::RenderThemeChromiumDefault
169 return m_activeSelectionBackgroundColor; in platformActiveSelectionBackgroundColor()
244 m_activeSelectionBackgroundColor = activeBackgroundColor; in setSelectionColors()
DRenderTheme.cpp505 if (!m_activeSelectionBackgroundColor.isValid()) in activeSelectionBackgroundColor()
506m_activeSelectionBackgroundColor = platformActiveSelectionBackgroundColor().blendWithWhite(); in activeSelectionBackgroundColor()
507 return m_activeSelectionBackgroundColor; in activeSelectionBackgroundColor()
1032 m_activeSelectionBackgroundColor = Color(); in platformColorsDidChange()
DRenderTheme.h317 mutable Color m_activeSelectionBackgroundColor;