Searched refs:platformActiveSelectionBackgroundColor (Results 1 - 25 of 27) sorted by path

12

/external/webkit/Source/WebCore/platform/android/
H A DRenderThemeAndroid.cpp186 Color RenderThemeAndroid::platformActiveSelectionBackgroundColor() const function in class:WebCore::RenderThemeAndroid
H A DRenderThemeAndroid.h58 virtual Color platformActiveSelectionBackgroundColor() const;
/external/webkit/Source/WebCore/platform/efl/
H A DRenderThemeEfl.h95 virtual Color platformActiveSelectionBackgroundColor() const { return m_activeSelectionBackgroundColor; } function in class:WebCore::RenderThemeEfl
/external/webkit/Source/WebCore/platform/gtk/
H A DRenderThemeGtk.h67 virtual Color platformActiveSelectionBackgroundColor() const;
H A DRenderThemeGtk2.cpp670 Color RenderThemeGtk::platformActiveSelectionBackgroundColor() const function in class:WebCore::RenderThemeGtk
H A DRenderThemeGtk3.cpp859 Color RenderThemeGtk::platformActiveSelectionBackgroundColor() const function in class:WebCore::RenderThemeGtk
/external/webkit/Source/WebCore/platform/haiku/
H A DRenderThemeHaiku.cpp80 Color RenderThemeHaiku::platformActiveSelectionBackgroundColor() const function in class:WebCore::RenderThemeHaiku
H A DRenderThemeHaiku.h47 virtual Color platformActiveSelectionBackgroundColor() const;
/external/webkit/Source/WebCore/platform/qt/
H A DRenderThemeQt.cpp393 Color RenderThemeQt::platformActiveSelectionBackgroundColor() const function in class:WebCore::RenderThemeQt
1212 QColor fgColor = platformActiveSelectionBackgroundColor();
H A DRenderThemeQt.h68 virtual Color platformActiveSelectionBackgroundColor() const;
/external/webkit/Source/WebCore/platform/wx/
H A DRenderThemeWx.cpp96 virtual Color platformActiveSelectionBackgroundColor() const;
394 Color RenderThemeWx::platformActiveSelectionBackgroundColor() const function in class:WebCore::RenderThemeWx
/external/webkit/Source/WebCore/rendering/
H A DRenderTheme.cpp531 m_activeSelectionBackgroundColor = platformActiveSelectionBackgroundColor().blendWithWhite();
584 Color RenderTheme::platformActiveSelectionBackgroundColor() const function in class:WebCore::RenderTheme
611 return platformActiveSelectionBackgroundColor();
H A DRenderTheme.h207 virtual Color platformActiveSelectionBackgroundColor() const;
H A DRenderThemeChromiumLinux.cpp126 Color RenderThemeChromiumLinux::platformActiveSelectionBackgroundColor() const function in class:WebCore::RenderThemeChromiumLinux
H A DRenderThemeChromiumLinux.h52 virtual Color platformActiveSelectionBackgroundColor() const;
H A DRenderThemeChromiumSkia.cpp126 Color RenderThemeChromiumSkia::platformActiveSelectionBackgroundColor() const function in class:WebCore::RenderThemeChromiumSkia
H A DRenderThemeChromiumSkia.h55 virtual Color platformActiveSelectionBackgroundColor() const;
H A DRenderThemeChromiumWin.cpp254 Color RenderThemeChromiumWin::platformActiveSelectionBackgroundColor() const function in class:WebCore::RenderThemeChromiumWin
H A DRenderThemeChromiumWin.h53 virtual Color platformActiveSelectionBackgroundColor() const;
H A DRenderThemeMac.h57 virtual Color platformActiveSelectionBackgroundColor() const;
H A DRenderThemeMac.mm154 Color RenderThemeMac::platformActiveSelectionBackgroundColor() const
H A DRenderThemeSafari.cpp150 Color RenderThemeSafari::platformActiveSelectionBackgroundColor() const function in class:WebCore::RenderThemeSafari
162 // FIXME: This should probably just be a darker version of the platformActiveSelectionBackgroundColor
H A DRenderThemeSafari.h68 virtual Color platformActiveSelectionBackgroundColor() const;
H A DRenderThemeWin.cpp260 Color RenderThemeWin::platformActiveSelectionBackgroundColor() const function in class:WebCore::RenderThemeWin
H A DRenderThemeWin.h60 virtual Color platformActiveSelectionBackgroundColor() const;

Completed in 911 milliseconds

12