Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderThemeChromiumMac.h54 virtual Color platformInactiveListBoxSelectionForegroundColor() const OVERRIDE;
DRenderTheme.h214 virtual Color platformInactiveListBoxSelectionForegroundColor() const;
DRenderTheme.cpp555 … m_inactiveListBoxSelectionForegroundColor = platformInactiveListBoxSelectionForegroundColor(); in inactiveListBoxSelectionForegroundColor()
599 Color RenderTheme::platformInactiveListBoxSelectionForegroundColor() const in platformInactiveListBoxSelectionForegroundColor() function in WebCore::RenderTheme
DRenderThemeChromiumMac.mm208 Color RenderThemeChromiumMac::platformInactiveListBoxSelectionForegroundColor() const