Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderThemeChromiumDefault.h103 static unsigned m_inactiveSelectionBackgroundColor; variable
DRenderThemeChromiumDefault.cpp53 unsigned RenderThemeChromiumDefault::m_inactiveSelectionBackgroundColor = member in WebCore::RenderThemeChromiumDefault
176 return m_inactiveSelectionBackgroundColor; in platformInactiveSelectionBackgroundColor()
246 m_inactiveSelectionBackgroundColor = inactiveBackgroundColor; in setSelectionColors()
DRenderTheme.cpp512 if (!m_inactiveSelectionBackgroundColor.isValid()) in inactiveSelectionBackgroundColor()
513m_inactiveSelectionBackgroundColor = platformInactiveSelectionBackgroundColor().blendWithWhite(); in inactiveSelectionBackgroundColor()
514 return m_inactiveSelectionBackgroundColor; in inactiveSelectionBackgroundColor()
1033 m_inactiveSelectionBackgroundColor = Color(); in platformColorsDidChange()
DRenderTheme.h318 mutable Color m_inactiveSelectionBackgroundColor; variable