Home
last modified time | relevance | path

Searched refs:paintScrollCorner (Results 1 – 25 of 26) sorted by relevance

12

/external/webkit/Source/WebCore/platform/wx/
DScrollbarThemeWx.cpp175 void ScrollbarThemeWx::paintScrollCorner(ScrollView* view, GraphicsContext* context, const IntRect&… in paintScrollCorner() function in WebCore::ScrollbarThemeWx
181 ScrollbarTheme::paintScrollCorner(view, context, cornerRect); in paintScrollCorner()
DScrollbarThemeWx.h40 virtual void paintScrollCorner(ScrollView*, GraphicsContext*, const IntRect& cornerRect);
/external/webkit/Source/WebCore/platform/qt/
DScrollbarThemeQt.h44 virtual void paintScrollCorner(ScrollView*, GraphicsContext*, const IntRect& cornerRect);
DScrollbarThemeQt.cpp236 void ScrollbarThemeQt::paintScrollCorner(ScrollView* scrollView, GraphicsContext* context, const In… in paintScrollCorner() function in WebCore::ScrollbarThemeQt
/external/webkit/Source/WebCore/platform/chromium/
DFramelessScrollView.cpp80 void FramelessScrollView::paintScrollCorner(GraphicsContext* context, const IntRect& cornerRect) in paintScrollCorner() function in WebCore::FramelessScrollView
DFramelessScrollView.h78 virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect);
/external/webkit/Source/WebCore/platform/gtk/
DScrollbarThemeGtk.h51 virtual void paintScrollCorner(ScrollView*, GraphicsContext*, const IntRect&);
DScrollbarThemeGtk.cpp254 void ScrollbarThemeGtk::paintScrollCorner(ScrollView* view, GraphicsContext* context, const IntRect… in paintScrollCorner() function in WebCore::ScrollbarThemeGtk
260 ScrollbarTheme::paintScrollCorner(view, context, cornerRect); in paintScrollCorner()
/external/webkit/Source/WebCore/platform/
DScrollbarThemeComposite.h46 virtual void paintScrollCorner(ScrollView*, GraphicsContext*, const IntRect& cornerRect);
DScrollbarTheme.h79 …virtual void paintScrollCorner(ScrollView*, GraphicsContext* context, const IntRect& cornerRect) {… in paintScrollCorner() function
DScrollView.cpp1001 void ScrollView::paintScrollCorner(GraphicsContext* context, const IntRect& cornerRect) in wheelEvent() function in WebCore::ScrollView
1003 ScrollbarTheme::nativeTheme()->paintScrollCorner(this, context, cornerRect); in wheelEvent()
1030 paintScrollCorner(context, scrollCornerRect()); in wheelEvent()
DScrollView.h293 virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect);
DScrollbarThemeComposite.cpp307 void ScrollbarThemeComposite::paintScrollCorner(ScrollView* view, GraphicsContext* context, const I… in paintScrollCorner() function in WebCore::ScrollbarThemeComposite
/external/webkit/Source/WebCore/rendering/
DRenderScrollbarTheme.h47 … virtual void paintScrollCorner(ScrollView*, GraphicsContext* context, const IntRect& cornerRect);
DRenderScrollbarTheme.cpp109 void RenderScrollbarTheme::paintScrollCorner(ScrollView*, GraphicsContext* context, const IntRect& … in paintScrollCorner() function in WebCore::RenderScrollbarTheme
DRenderLayer.h273 void paintScrollCorner(GraphicsContext*, int tx, int ty, const IntRect& damageRect);
DRenderLayerBacking.cpp1271 m_owningLayer->paintScrollCorner(&context, 0, 0, transformedClip); in paintIntoLayer()
DRenderLayerCompositor.cpp1700 m_renderView->frameView()->paintScrollCorner(&context, transformedClip);
DRenderLayer.cpp2379 paintScrollCorner(context, offsetX, offsetY, damageRect); in scrollTo()
2385 void RenderLayer::paintScrollCorner(GraphicsContext* context, int tx, int ty, const IntRect& damage… in scrollTo() function in WebCore::RenderLayer
/external/webkit/Source/WebCore/page/
DFrameView.h221 virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect);
DFrameView.cpp2272 void FrameView::paintScrollCorner(GraphicsContext* context, const IntRect& cornerRect) in paintScrollCorner() function in WebCore::FrameView
2284 ScrollView::paintScrollCorner(context, cornerRect); in paintScrollCorner()
/external/webkit/Source/WebCore/
DChangeLog1103 (WebCore::FrameView::paintScrollCorner):
1115 (WebCore::RenderLayer::paintScrollCorner):
1194 (WebCore::FrameView::paintScrollCorner):
1210 (WebCore::RenderLayer::paintScrollCorner):
21247 Unreviewed. Removed ScrollableArea::paintScrollCorner() added in r83820,
21248 as it breaks chromium clang build (shadowed by RenderLayer::paintScrollCorner()
21664 (WebCore::ScrollableArea::paintScrollCorner):
21700 (WebCore::RenderLayer::paintScrollCorner):
50655 (WebCore::RenderLayer::paintScrollCorner):
52917 …Override paintScrollCorner() for FramelessScrollView to forego any custom scrollbar corner renderi…
[all …]
DChangeLog-2009-06-1642754 (WebCore::RenderLayer::paintScrollCorner):
51020 (WebCore::RenderLayer::paintScrollCorner):
51690 (WebCore::RenderLayer::paintScrollCorner):
54616 (WebCore::ScrollbarThemeChromium::paintScrollCorner):
78534 (WebCore::ScrollbarThemeQt::paintScrollCorner):
78772 (WebCore::RenderLayer::paintScrollCorner):
78796 (WebCore::RenderLayer::paintScrollCorner):
79392 (WebCore::RenderLayer::paintScrollCorner):
79920 (WebCore::RenderScrollbarTheme::paintScrollCorner):
80538 (WebCore::ScrollbarThemeQt::paintScrollCorner):
DChangeLog-2010-01-293828 (WebCore::ScrollbarThemeQt::paintScrollCorner):
17095 (WebCore::ScrollbarThemeQt::paintScrollCorner): Pass ColorSpace
34432 (WebCore::ScrollbarTheme::paintScrollCorner):
34434 (WebCore::ScrollbarThemeComposite::paintScrollCorner):
34471 (WebCore::RenderLayer::paintScrollCorner):
34484 (WebCore::RenderScrollbarTheme::paintScrollCorner):
62875 (WebCore::ScrollbarThemeWx::paintScrollCorner):
68297 (WebCore::FrameView::paintScrollCorner):
DChangeLog-2010-12-0630014 (WebCore::ScrollbarTheme::paintScrollCorner):
30016 (WebCore::ScrollbarThemeComposite::paintScrollCorner):
30158 (WebCore::RenderScrollbarTheme::paintScrollCorner):
63212 (WebCore::ScrollbarThemeComposite::paintScrollCorner):
69878 (WebCore::ScrollbarThemeGtk::paintScrollCorner): Added.

12