Searched refs:platformActiveSelectionForegroundColor (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderThemeChromiumDefault.h54 virtual Color platformActiveSelectionForegroundColor() const;
H A DRenderThemeChromiumWin.h55 virtual Color platformActiveSelectionForegroundColor() const OVERRIDE;
H A DRenderThemeChromiumSkia.h60 virtual Color platformActiveSelectionForegroundColor() const;
H A DRenderTheme.h226 virtual Color platformActiveSelectionForegroundColor() const;
H A DRenderTheme.cpp563 m_activeSelectionForegroundColor = platformActiveSelectionForegroundColor();
620 Color RenderTheme::platformActiveSelectionForegroundColor() const function in class:WebCore::RenderTheme
646 return platformActiveSelectionForegroundColor();
H A DRenderThemeChromiumSkia.cpp108 Color RenderThemeChromiumSkia::platformActiveSelectionForegroundColor() const function in class:WebCore::RenderThemeChromiumSkia
H A DRenderThemeChromiumDefault.cpp149 Color RenderThemeChromiumDefault::platformActiveSelectionForegroundColor() const function in class:WebCore::RenderThemeChromiumDefault
H A DRenderThemeChromiumWin.cpp198 Color RenderThemeChromiumWin::platformActiveSelectionForegroundColor() const function in class:WebCore::RenderThemeChromiumWin

Completed in 100 milliseconds