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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderThemeChromiumDefault.h52 virtual Color platformInactiveSelectionBackgroundColor() const OVERRIDE;
H A DRenderThemeChromiumSkia.h58 virtual Color platformInactiveSelectionBackgroundColor() const OVERRIDE;
H A DRenderThemeChromiumMac.h44 virtual Color platformInactiveSelectionBackgroundColor() const OVERRIDE;
H A DRenderTheme.h199 virtual Color platformInactiveSelectionBackgroundColor() const;
H A DRenderTheme.cpp448 return platformInactiveSelectionBackgroundColor().blendWithWhite();
493 Color RenderTheme::platformInactiveSelectionBackgroundColor() const function in class:blink::RenderTheme
518 return platformInactiveSelectionBackgroundColor();
H A DRenderThemeChromiumSkia.cpp99 Color RenderThemeChromiumSkia::platformInactiveSelectionBackgroundColor() const function in class:blink::RenderThemeChromiumSkia
H A DRenderThemeChromiumDefault.cpp172 Color RenderThemeChromiumDefault::platformInactiveSelectionBackgroundColor() const function in class:blink::RenderThemeChromiumDefault
H A DRenderThemeChromiumMac.mm173 Color RenderThemeChromiumMac::platformInactiveSelectionBackgroundColor() const
211 return platformInactiveSelectionBackgroundColor();

Completed in 124 milliseconds