Searched defs:m_inactiveSelectionForegroundColor (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderThemeChromiumLinux.h98 static unsigned m_inactiveSelectionForegroundColor; member in class:WebCore::RenderThemeChromiumLinux
H A DRenderThemeChromiumLinux.cpp46 unsigned RenderThemeChromiumLinux::m_inactiveSelectionForegroundColor = member in class:WebCore::RenderThemeChromiumLinux
143 return m_inactiveSelectionForegroundColor;
184 m_inactiveSelectionForegroundColor = inactiveForegroundColor;
H A DRenderTheme.h327 mutable Color m_inactiveSelectionForegroundColor; member in class:WebCore::RenderTheme
/external/webkit/Source/WebCore/platform/efl/
H A DRenderThemeEfl.h98 virtual Color platformInactiveSelectionForegroundColor() const { return m_inactiveSelectionForegroundColor; }
202 Color m_inactiveSelectionForegroundColor; member in class:WebCore::RenderThemeEfl

Completed in 115 milliseconds