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

12

/external/webkit/WebCore/platform/haiku/
H A DRenderThemeHaiku.h48 virtual Color platformInactiveSelectionBackgroundColor() const;
H A DRenderThemeHaiku.cpp85 Color RenderThemeHaiku::platformInactiveSelectionBackgroundColor() const function in class:WebCore::RenderThemeHaiku
/external/webkit/WebCore/rendering/
H A DRenderThemeChromiumLinux.h53 virtual Color platformInactiveSelectionBackgroundColor() const;
H A DRenderThemeChromiumWin.h54 virtual Color platformInactiveSelectionBackgroundColor() const;
H A DRenderThemeChromiumLinux.cpp114 Color RenderThemeChromiumLinux::platformInactiveSelectionBackgroundColor() const function in class:WebCore::RenderThemeChromiumLinux
H A DRenderThemeChromiumSkia.h54 virtual Color platformInactiveSelectionBackgroundColor() const;
H A DRenderThemeWince.h60 virtual Color platformInactiveSelectionBackgroundColor() const;
H A DRenderThemeChromiumMac.h60 virtual Color platformInactiveSelectionBackgroundColor() const;
H A DRenderThemeMac.h56 virtual Color platformInactiveSelectionBackgroundColor() const;
H A DRenderThemeSafari.h69 virtual Color platformInactiveSelectionBackgroundColor() const;
H A DRenderThemeWin.h61 virtual Color platformInactiveSelectionBackgroundColor() const;
H A DRenderTheme.h186 virtual Color platformInactiveSelectionBackgroundColor() const;
H A DRenderTheme.cpp484 m_inactiveSelectionBackgroundColor = platformInactiveSelectionBackgroundColor().blendWithWhite();
542 Color RenderTheme::platformInactiveSelectionBackgroundColor() const function in class:WebCore::RenderTheme
567 return platformInactiveSelectionBackgroundColor();
H A DRenderThemeChromiumWin.cpp222 Color RenderThemeChromiumWin::platformInactiveSelectionBackgroundColor() const function in class:WebCore::RenderThemeChromiumWin
H A DRenderThemeChromiumMac.mm192 Color RenderThemeChromiumMac::platformInactiveSelectionBackgroundColor() const
224 return platformInactiveSelectionBackgroundColor();
H A DRenderThemeChromiumSkia.cpp159 Color RenderThemeChromiumSkia::platformInactiveSelectionBackgroundColor() const function in class:WebCore::RenderThemeChromiumSkia
H A DRenderThemeMac.mm140 Color RenderThemeMac::platformInactiveSelectionBackgroundColor() const
172 return platformInactiveSelectionBackgroundColor();
H A DRenderThemeWin.cpp239 Color RenderThemeWin::platformInactiveSelectionBackgroundColor() const function in class:WebCore::RenderThemeWin
/external/webkit/WebCore/platform/android/
H A DRenderThemeAndroid.h62 virtual Color platformInactiveSelectionBackgroundColor() const;
H A DRenderThemeAndroid.cpp112 Color RenderThemeAndroid::platformInactiveSelectionBackgroundColor() const function in class:WebCore::RenderThemeAndroid
/external/webkit/WebCore/platform/gtk/
H A DRenderThemeGtk.h71 virtual Color platformInactiveSelectionBackgroundColor() const;
H A DRenderThemeGtk.cpp520 Color RenderThemeGtk::platformInactiveSelectionBackgroundColor() const function in class:WebCore::RenderThemeGtk
/external/webkit/WebCore/platform/wx/
H A DRenderThemeWx.cpp96 virtual Color platformInactiveSelectionBackgroundColor() const;
398 Color RenderThemeWx::platformInactiveSelectionBackgroundColor() const function in class:WebCore::RenderThemeWx
/external/webkit/WebCore/platform/qt/
H A DRenderThemeQt.h63 virtual Color platformInactiveSelectionBackgroundColor() const;
H A DRenderThemeQt.cpp261 Color RenderThemeQt::platformInactiveSelectionBackgroundColor() const function in class:WebCore::RenderThemeQt

Completed in 262 milliseconds

12