Home
last modified time | relevance | path

Searched refs:paintTrackBackground (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Source/WebCore/platform/chromium/
DScrollbarThemeChromium.h51 virtual void paintTrackBackground(GraphicsContext*, Scrollbar*, const IntRect&);
DScrollbarThemeChromium.cpp96 void ScrollbarThemeChromium::paintTrackBackground(GraphicsContext* context, Scrollbar* scrollbar, c… in paintTrackBackground() function in WebCore::ScrollbarThemeChromium
/external/webkit/Source/WebCore/platform/win/
DScrollbarThemeSafari.h55 virtual void paintTrackBackground(GraphicsContext*, Scrollbar*, const IntRect&);
DScrollbarThemeWin.h55 virtual void paintTrackBackground(GraphicsContext*, Scrollbar*, const IntRect&);
DScrollbarThemeSafari.cpp206 void ScrollbarThemeSafari::paintTrackBackground(GraphicsContext* graphicsContext, Scrollbar* scroll… in paintTrackBackground() function in WebCore::ScrollbarThemeSafari
DScrollbarThemeWin.cpp214 void ScrollbarThemeWin::paintTrackBackground(GraphicsContext* context, Scrollbar* scrollbar, const … in paintTrackBackground() function in WebCore::ScrollbarThemeWin
/external/webkit/Source/WebCore/platform/gtk/
DScrollbarThemeGtk.h48 void paintTrackBackground(GraphicsContext*, Scrollbar*, const IntRect&);
DScrollbarThemeGtk3.cpp67 void ScrollbarThemeGtk::paintTrackBackground(GraphicsContext* context, Scrollbar* scrollbar, const … in paintTrackBackground() function in WebCore::ScrollbarThemeGtk
DScrollbarThemeGtk2.cpp73 void ScrollbarThemeGtk::paintTrackBackground(GraphicsContext* context, Scrollbar* scrollbar, const … in paintTrackBackground() function in WebCore::ScrollbarThemeGtk
DScrollbarThemeGtk.cpp235 paintTrackBackground(graphicsContext, scrollbar, trackPaintRect); in paint()
/external/webkit/Source/WebCore/platform/
DScrollbarThemeComposite.h61 virtual void paintTrackBackground(GraphicsContext*, Scrollbar*, const IntRect&) {} in paintTrackBackground() function
DScrollbarThemeComposite.cpp143 paintTrackBackground(graphicsContext, scrollbar, trackPaintRect); in paint()
/external/webkit/Source/WebCore/rendering/
DRenderScrollbarTheme.h72 virtual void paintTrackBackground(GraphicsContext*, Scrollbar*, const IntRect&);
DRenderScrollbarTheme.cpp120 void RenderScrollbarTheme::paintTrackBackground(GraphicsContext* context, Scrollbar* scrollbar, con… in paintTrackBackground() function in WebCore::RenderScrollbarTheme
/external/webkit/Source/WebCore/
DChangeLog-2011-02-165915 (WebCore::ScrollbarThemeGtk::paintTrackBackground): Ditto.
19831 (WebCore::ScrollbarThemeSafari::paintTrackBackground):
30896 (WebCore::ScrollbarThemeGtk::paintTrackBackground):
32447 (WebCore::ScrollbarThemeGtk::paintTrackBackground):
32453 (WebCore::ScrollbarThemeGtk::paintTrackBackground):
DChangeLog-2009-06-1654614 (WebCore::ScrollbarThemeChromium::paintTrackBackground):
78585 … implements paintTrackBackground so that when the thumb is not present the track still paints.
78592 (WebCore::ScrollbarThemeWin::paintTrackBackground):
79873 (WebCore::ScrollbarThemeComposite::paintTrackBackground):
79876 (WebCore::ScrollbarThemeSafari::paintTrackBackground):
79922 (WebCore::RenderScrollbarTheme::paintTrackBackground):
DChangeLog-2010-12-0614618 (WebCore::ScrollbarThemeGtk::paintTrackBackground): Ditto.
64894 (WebCore::ScrollbarThemeGtk::paintTrackBackground): Ditto.
68584 (WebCore::ScrollbarThemeGtk::paintTrackBackground): Only inflate the track background
69872 (WebCore::ScrollbarThemeGtk::paintTrackBackground): Added.
DChangeLog28821 (WebCore::ScrollbarThemeGtk::paintTrackBackground):
DChangeLog-2010-01-2976393 (WebCore::RenderScrollbarTheme::paintTrackBackground):