Home
last modified time | relevance | path

Searched refs:platformActiveSelectionBackgroundColor (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderThemeChromiumAndroid.h53 virtual Color platformActiveSelectionBackgroundColor() const OVERRIDE in platformActiveSelectionBackgroundColor() function
DRenderThemeChromiumDefault.h54 virtual Color platformActiveSelectionBackgroundColor() const;
DRenderThemeChromiumWin.h53 virtual Color platformActiveSelectionBackgroundColor() const OVERRIDE;
DRenderThemeChromiumSkia.h58 virtual Color platformActiveSelectionBackgroundColor() const;
DRenderThemeChromiumMac.h49 virtual Color platformActiveSelectionBackgroundColor() const OVERRIDE;
DRenderTheme.h206 virtual Color platformActiveSelectionBackgroundColor() const;
DRenderTheme.cpp506 … m_activeSelectionBackgroundColor = platformActiveSelectionBackgroundColor().blendWithWhite(); in activeSelectionBackgroundColor()
559 Color RenderTheme::platformActiveSelectionBackgroundColor() const in platformActiveSelectionBackgroundColor() function in WebCore::RenderTheme
586 return platformActiveSelectionBackgroundColor(); in platformActiveListBoxSelectionBackgroundColor()
DRenderThemeChromiumSkia.cpp99 Color RenderThemeChromiumSkia::platformActiveSelectionBackgroundColor() const in platformActiveSelectionBackgroundColor() function in WebCore::RenderThemeChromiumSkia
DRenderThemeChromiumDefault.cpp165 Color RenderThemeChromiumDefault::platformActiveSelectionBackgroundColor() const in platformActiveSelectionBackgroundColor() function in WebCore::RenderThemeChromiumDefault
DRenderThemeChromiumWin.cpp181 Color RenderThemeChromiumWin::platformActiveSelectionBackgroundColor() const in platformActiveSelectionBackgroundColor() function in WebCore::RenderThemeChromiumWin
DRenderThemeChromiumMac.mm185 Color RenderThemeChromiumMac::platformActiveSelectionBackgroundColor() const