Searched defs:paintScrollCorner (Results 1 - 9 of 9) sorted by relevance

/external/webkit/WebCore/platform/chromium/
H A DScrollbarThemeChromium.cpp122 void ScrollbarThemeChromium::paintScrollCorner(ScrollView* view, GraphicsContext* context, const IntRect& cornerRect) function in class:WebCore::ScrollbarThemeChromium
124 // ScrollbarThemeComposite::paintScrollCorner incorrectly assumes that the
128 ScrollbarTheme::paintScrollCorner(view, context, cornerRect);
/external/webkit/WebCore/platform/
H A DScrollbarTheme.h76 virtual void paintScrollCorner(ScrollView*, GraphicsContext* context, const IntRect& cornerRect) { context->fillRect(cornerRect, Color::white, DeviceColorSpace); } function in class:WebCore::ScrollbarTheme
H A DScrollbarThemeComposite.cpp295 void ScrollbarThemeComposite::paintScrollCorner(ScrollView* view, GraphicsContext* context, const IntRect& cornerRect) function in class:WebCore::ScrollbarThemeComposite
H A DScrollView.cpp753 void ScrollView::paintScrollCorner(GraphicsContext* context, const IntRect& cornerRect) function in class:WebCore::ScrollView
755 ScrollbarTheme::nativeTheme()->paintScrollCorner(this, context, cornerRect);
765 paintScrollCorner(context, scrollCornerRect());
/external/webkit/WebCore/platform/qt/
H A DScrollbarThemeQt.cpp229 void ScrollbarThemeQt::paintScrollCorner(ScrollView* scrollView, GraphicsContext* context, const IntRect& rect) function in class:WebCore::ScrollbarThemeQt
/external/webkit/WebCore/platform/wx/
H A DScrollbarThemeWx.cpp175 void ScrollbarThemeWx::paintScrollCorner(ScrollView* view, GraphicsContext* context, const IntRect& cornerRect) function in class:WebCore::ScrollbarThemeWx
177 // ScrollbarThemeComposite::paintScrollCorner incorrectly assumes that the
181 ScrollbarTheme::paintScrollCorner(view, context, cornerRect);
/external/webkit/WebCore/rendering/
H A DRenderScrollbarTheme.cpp109 void RenderScrollbarTheme::paintScrollCorner(ScrollView*, GraphicsContext* context, const IntRect& cornerRect) function in class:WebCore::RenderScrollbarTheme
H A DRenderLayer.cpp1990 paintScrollCorner(context, tx, ty, damageRect);
1996 void RenderLayer::paintScrollCorner(GraphicsContext* context, int tx, int ty, const IntRect& damageRect) function in class:WebCore::RenderLayer
/external/webkit/WebCore/page/
H A DFrameView.cpp1637 void FrameView::paintScrollCorner(GraphicsContext* context, const IntRect& cornerRect) function in class:WebCore::FrameView
1649 ScrollView::paintScrollCorner(context, cornerRect);

Completed in 86 milliseconds