Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderThemeChromiumDefault.h56 virtual Color platformActiveSelectionForegroundColor() const OVERRIDE;
DRenderThemeChromiumSkia.h59 virtual Color platformActiveSelectionForegroundColor() const OVERRIDE;
DRenderThemeChromiumMac.h51 virtual Color platformActiveSelectionForegroundColor() const OVERRIDE;
DRenderTheme.h202 virtual Color platformActiveSelectionForegroundColor() const;
DRenderTheme.cpp462 return platformActiveSelectionForegroundColor(); in activeSelectionForegroundColor()
496 Color RenderTheme::platformActiveSelectionForegroundColor() const in platformActiveSelectionForegroundColor() function in WebCore::RenderTheme
522 return platformActiveSelectionForegroundColor(); in platformActiveListBoxSelectionForegroundColor()
DRenderThemeChromiumSkia.cpp104 Color RenderThemeChromiumSkia::platformActiveSelectionForegroundColor() const in platformActiveSelectionForegroundColor() function in WebCore::RenderThemeChromiumSkia
DRenderThemeChromiumDefault.cpp179 Color RenderThemeChromiumDefault::platformActiveSelectionForegroundColor() const in platformActiveSelectionForegroundColor() function in WebCore::RenderThemeChromiumDefault
DRenderThemeChromiumMac.mm196 Color RenderThemeChromiumMac::platformActiveSelectionForegroundColor() const