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

/external/webkit/Source/WebCore/platform/haiku/
H A DRenderThemeHaiku.h49 virtual Color platformActiveSelectionForegroundColor() const;
H A DRenderThemeHaiku.cpp90 Color RenderThemeHaiku::platformActiveSelectionForegroundColor() const function in class:WebCore::RenderThemeHaiku
/external/webkit/Source/WebCore/rendering/
H A DRenderThemeChromiumLinux.h54 virtual Color platformActiveSelectionForegroundColor() const;
H A DRenderThemeChromiumWin.h55 virtual Color platformActiveSelectionForegroundColor() const;
H A DRenderThemeChromiumSkia.h57 virtual Color platformActiveSelectionForegroundColor() const;
H A DRenderThemeWinCE.h61 virtual Color platformActiveSelectionForegroundColor() const;
H A DRenderThemeWin.h62 virtual Color platformActiveSelectionForegroundColor() const;
H A DRenderTheme.h209 virtual Color platformActiveSelectionForegroundColor() const;
H A DRenderTheme.cpp545 m_activeSelectionForegroundColor = platformActiveSelectionForegroundColor();
590 Color RenderTheme::platformActiveSelectionForegroundColor() const function in class:WebCore::RenderTheme
616 return platformActiveSelectionForegroundColor();
H A DRenderThemeChromiumLinux.cpp136 Color RenderThemeChromiumLinux::platformActiveSelectionForegroundColor() const function in class:WebCore::RenderThemeChromiumLinux
H A DRenderThemeChromiumSkia.cpp136 Color RenderThemeChromiumSkia::platformActiveSelectionForegroundColor() const function in class:WebCore::RenderThemeChromiumSkia
H A DRenderThemeWin.cpp272 Color RenderThemeWin::platformActiveSelectionForegroundColor() const function in class:WebCore::RenderThemeWin
280 return platformActiveSelectionForegroundColor();
H A DRenderThemeChromiumWin.cpp270 Color RenderThemeChromiumWin::platformActiveSelectionForegroundColor() const function in class:WebCore::RenderThemeChromiumWin
H A DRenderThemeWinCE.cpp118 Color RenderThemeWinCE::platformActiveSelectionForegroundColor() const function in class:WebCore::RenderThemeWinCE
/external/webkit/Source/WebCore/platform/android/
H A DRenderThemeAndroid.h60 virtual Color platformActiveSelectionForegroundColor() const;
H A DRenderThemeAndroid.cpp196 Color RenderThemeAndroid::platformActiveSelectionForegroundColor() const function in class:WebCore::RenderThemeAndroid
/external/webkit/Source/WebCore/platform/wx/
H A DRenderThemeWx.cpp99 virtual Color platformActiveSelectionForegroundColor() const;
404 Color RenderThemeWx::platformActiveSelectionForegroundColor() const function in class:WebCore::RenderThemeWx
/external/webkit/Source/WebCore/platform/efl/
H A DRenderThemeEfl.h97 virtual Color platformActiveSelectionForegroundColor() const { return m_activeSelectionForegroundColor; } function in class:WebCore::RenderThemeEfl
/external/webkit/Source/WebCore/platform/gtk/
H A DRenderThemeGtk.h69 virtual Color platformActiveSelectionForegroundColor() const;
H A DRenderThemeGtk2.cpp682 Color RenderThemeGtk::platformActiveSelectionForegroundColor() const function in class:WebCore::RenderThemeGtk
H A DRenderThemeGtk3.cpp873 Color RenderThemeGtk::platformActiveSelectionForegroundColor() const function in class:WebCore::RenderThemeGtk
/external/webkit/Source/WebCore/platform/qt/
H A DRenderThemeQt.h70 virtual Color platformActiveSelectionForegroundColor() const;
H A DRenderThemeQt.cpp407 Color RenderThemeQt::platformActiveSelectionForegroundColor() const function in class:WebCore::RenderThemeQt

Completed in 403 milliseconds