Searched refs:platformActiveSelectionBackgroundColor (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderThemeChromiumAndroid.h49 virtual Color platformActiveSelectionBackgroundColor() const OVERRIDE
H A DRenderThemeChromiumDefault.h51 virtual Color platformActiveSelectionBackgroundColor() const OVERRIDE;
H A DRenderThemeChromiumSkia.h57 virtual Color platformActiveSelectionBackgroundColor() const OVERRIDE;
H A DRenderThemeChromiumMac.h43 virtual Color platformActiveSelectionBackgroundColor() const OVERRIDE;
H A DRenderTheme.h198 virtual Color platformActiveSelectionBackgroundColor() const;
H A DRenderTheme.cpp443 return platformActiveSelectionBackgroundColor().blendWithWhite();
481 Color RenderTheme::platformActiveSelectionBackgroundColor() const function in class:blink::RenderTheme
508 return platformActiveSelectionBackgroundColor();
H A DRenderThemeChromiumSkia.cpp94 Color RenderThemeChromiumSkia::platformActiveSelectionBackgroundColor() const function in class:blink::RenderThemeChromiumSkia
H A DRenderThemeChromiumDefault.cpp165 Color RenderThemeChromiumDefault::platformActiveSelectionBackgroundColor() const function in class:blink::RenderThemeChromiumDefault
H A DRenderThemeChromiumMac.mm167 Color RenderThemeChromiumMac::platformActiveSelectionBackgroundColor() const

Completed in 1405 milliseconds