Home
last modified time | relevance | path

Searched refs:platformInactiveSelectionForegroundColor (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderThemeChromiumDefault.h57 virtual Color platformInactiveSelectionForegroundColor() const;
DRenderThemeChromiumWin.h56 virtual Color platformInactiveSelectionForegroundColor() const OVERRIDE;
DRenderThemeChromiumSkia.h61 virtual Color platformInactiveSelectionForegroundColor() const;
DRenderTheme.h209 virtual Color platformInactiveSelectionForegroundColor() const;
DRenderTheme.cpp527 m_inactiveSelectionForegroundColor = platformInactiveSelectionForegroundColor(); in inactiveSelectionForegroundColor()
578 Color RenderTheme::platformInactiveSelectionForegroundColor() const in platformInactiveSelectionForegroundColor() function in WebCore::RenderTheme
601 return platformInactiveSelectionForegroundColor(); in platformInactiveListBoxSelectionForegroundColor()
DRenderThemeChromiumSkia.cpp114 Color RenderThemeChromiumSkia::platformInactiveSelectionForegroundColor() const in platformInactiveSelectionForegroundColor() function in WebCore::RenderThemeChromiumSkia
DRenderThemeChromiumDefault.cpp186 Color RenderThemeChromiumDefault::platformInactiveSelectionForegroundColor() const in platformInactiveSelectionForegroundColor() function in WebCore::RenderThemeChromiumDefault
DRenderThemeChromiumWin.cpp205 Color RenderThemeChromiumWin::platformInactiveSelectionForegroundColor() const in platformInactiveSelectionForegroundColor() function in WebCore::RenderThemeChromiumWin