Searched refs:platformInactiveSelectionForegroundColor (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderThemeChromiumDefault.h54 virtual Color platformInactiveSelectionForegroundColor() const OVERRIDE;
H A DRenderThemeChromiumSkia.h60 virtual Color platformInactiveSelectionForegroundColor() const OVERRIDE;
H A DRenderTheme.h201 virtual Color platformInactiveSelectionForegroundColor() const;
H A DRenderTheme.cpp458 return platformInactiveSelectionForegroundColor();
500 Color RenderTheme::platformInactiveSelectionForegroundColor() const function in class:blink::RenderTheme
523 return platformInactiveSelectionForegroundColor();
H A DRenderThemeChromiumSkia.cpp109 Color RenderThemeChromiumSkia::platformInactiveSelectionForegroundColor() const function in class:blink::RenderThemeChromiumSkia
H A DRenderThemeChromiumDefault.cpp186 Color RenderThemeChromiumDefault::platformInactiveSelectionForegroundColor() const function in class:blink::RenderThemeChromiumDefault

Completed in 83 milliseconds