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

/external/webkit/Source/WebCore/platform/haiku/
H A DRenderThemeHaiku.h50 virtual Color platformInactiveSelectionForegroundColor() const;
H A DRenderThemeHaiku.cpp95 Color RenderThemeHaiku::platformInactiveSelectionForegroundColor() const function in class:WebCore::RenderThemeHaiku
/external/webkit/Source/WebCore/rendering/
H A DRenderThemeChromiumLinux.h55 virtual Color platformInactiveSelectionForegroundColor() const;
H A DRenderThemeChromiumWin.h56 virtual Color platformInactiveSelectionForegroundColor() const;
H A DRenderThemeChromiumSkia.h58 virtual Color platformInactiveSelectionForegroundColor() const;
H A DRenderThemeWinCE.h62 virtual Color platformInactiveSelectionForegroundColor() const;
H A DRenderThemeWin.h63 virtual Color platformInactiveSelectionForegroundColor() const;
H A DRenderTheme.h210 virtual Color platformInactiveSelectionForegroundColor() const;
H A DRenderTheme.cpp552 m_inactiveSelectionForegroundColor = platformInactiveSelectionForegroundColor();
603 Color RenderTheme::platformInactiveSelectionForegroundColor() const function in class:WebCore::RenderTheme
626 return platformInactiveSelectionForegroundColor();
H A DRenderThemeChromiumLinux.cpp141 Color RenderThemeChromiumLinux::platformInactiveSelectionForegroundColor() const function in class:WebCore::RenderThemeChromiumLinux
H A DRenderThemeChromiumSkia.cpp141 Color RenderThemeChromiumSkia::platformInactiveSelectionForegroundColor() const function in class:WebCore::RenderThemeChromiumSkia
H A DRenderThemeChromiumWin.cpp278 Color RenderThemeChromiumWin::platformInactiveSelectionForegroundColor() const function in class:WebCore::RenderThemeChromiumWin
H A DRenderThemeWinCE.cpp124 Color RenderThemeWinCE::platformInactiveSelectionForegroundColor() const function in class:WebCore::RenderThemeWinCE
H A DRenderThemeWin.cpp278 Color RenderThemeWin::platformInactiveSelectionForegroundColor() const function in class:WebCore::RenderThemeWin
/external/webkit/Source/WebCore/platform/android/
H A DRenderThemeAndroid.h61 virtual Color platformInactiveSelectionForegroundColor() const;
H A DRenderThemeAndroid.cpp201 Color RenderThemeAndroid::platformInactiveSelectionForegroundColor() const function in class:WebCore::RenderThemeAndroid
/external/webkit/Source/WebCore/platform/wx/
H A DRenderThemeWx.cpp100 virtual Color platformInactiveSelectionForegroundColor() const;
414 Color RenderThemeWx::platformInactiveSelectionForegroundColor() const function in class:WebCore::RenderThemeWx
/external/webkit/Source/WebCore/platform/efl/
H A DRenderThemeEfl.h98 virtual Color platformInactiveSelectionForegroundColor() const { return m_inactiveSelectionForegroundColor; } function in class:WebCore::RenderThemeEfl
/external/webkit/Source/WebCore/platform/gtk/
H A DRenderThemeGtk.h70 virtual Color platformInactiveSelectionForegroundColor() const;
H A DRenderThemeGtk2.cpp688 Color RenderThemeGtk::platformInactiveSelectionForegroundColor() const function in class:WebCore::RenderThemeGtk
H A DRenderThemeGtk3.cpp880 Color RenderThemeGtk::platformInactiveSelectionForegroundColor() const function in class:WebCore::RenderThemeGtk
/external/webkit/Source/WebCore/platform/qt/
H A DRenderThemeQt.h71 virtual Color platformInactiveSelectionForegroundColor() const;
H A DRenderThemeQt.cpp414 Color RenderThemeQt::platformInactiveSelectionForegroundColor() const function in class:WebCore::RenderThemeQt

Completed in 167 milliseconds