Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderThemeChromiumDefault.h104 static unsigned m_inactiveSelectionForegroundColor; variable
DRenderThemeChromiumDefault.cpp55 unsigned RenderThemeChromiumDefault::m_inactiveSelectionForegroundColor = member in WebCore::RenderThemeChromiumDefault
190 return m_inactiveSelectionForegroundColor; in platformInactiveSelectionForegroundColor()
247 m_inactiveSelectionForegroundColor = inactiveForegroundColor; in setSelectionColors()
DRenderTheme.cpp526 if (!m_inactiveSelectionForegroundColor.isValid() && supportsSelectionForegroundColors()) in inactiveSelectionForegroundColor()
527 m_inactiveSelectionForegroundColor = platformInactiveSelectionForegroundColor(); in inactiveSelectionForegroundColor()
528 return m_inactiveSelectionForegroundColor; in inactiveSelectionForegroundColor()
1031 m_inactiveSelectionForegroundColor = Color(); in platformColorsDidChange()
DRenderTheme.h320 mutable Color m_inactiveSelectionForegroundColor; variable