Home
last modified time | relevance | path

Searched refs:cornerRect (Results 1 – 18 of 18) sorted by relevance

/external/webkit/Source/WebCore/platform/
DScrollbarTheme.h79 …iew*, GraphicsContext* context, const IntRect& cornerRect) { defaultPaintScrollCorner(context, cor… in paintScrollCorner() argument
80 …tScrollCorner(GraphicsContext* context, const IntRect& cornerRect) { context->fillRect(cornerRect,… in defaultPaintScrollCorner() argument
DScrollView.cpp925 static void positionScrollCornerLayer(GraphicsLayer* graphicsLayer, const IntRect& cornerRect) in wheelEvent() argument
929 graphicsLayer->setDrawsContent(!cornerRect.isEmpty()); in wheelEvent()
930 graphicsLayer->setPosition(cornerRect.location()); in wheelEvent()
931 if (cornerRect.size() != graphicsLayer->size()) in wheelEvent()
933 graphicsLayer->setSize(cornerRect.size()); in wheelEvent()
970 IntRect cornerRect; in wheelEvent() local
973 return cornerRect; in wheelEvent()
976 cornerRect.unite(IntRect(m_horizontalScrollbar->width(), in wheelEvent()
983 cornerRect.unite(IntRect(m_boundsSize.width() - m_verticalScrollbar->width(), in wheelEvent()
989 return cornerRect; in wheelEvent()
[all …]
DScrollbarThemeComposite.cpp307 …Composite::paintScrollCorner(ScrollView* view, GraphicsContext* context, const IntRect& cornerRect) in paintScrollCorner() argument
311 …dPaintCustomScrollbars() && page->chrome()->client()->paintCustomScrollCorner(context, cornerRect)) in paintScrollCorner()
313 context->fillRect(cornerRect, Color::white, ColorSpaceDeviceRGB); in paintScrollCorner()
DScrollbarThemeComposite.h46 virtual void paintScrollCorner(ScrollView*, GraphicsContext*, const IntRect& cornerRect);
DScrollView.h293 virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect);
/external/webkit/Source/WebCore/platform/chromium/
DFramelessScrollView.cpp80 void FramelessScrollView::paintScrollCorner(GraphicsContext* context, const IntRect& cornerRect) in paintScrollCorner() argument
83 ScrollbarTheme::defaultPaintScrollCorner(context, cornerRect); in paintScrollCorner()
DFramelessScrollView.h78 virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect);
/external/webkit/Source/WebCore/rendering/
DRenderScrollbarTheme.cpp109 …ScrollbarTheme::paintScrollCorner(ScrollView*, GraphicsContext* context, const IntRect& cornerRect) in paintScrollCorner() argument
112 context->fillRect(cornerRect, Color::white, ColorSpaceDeviceRGB); in paintScrollCorner()
DRenderScrollbarTheme.h47 … virtual void paintScrollCorner(ScrollView*, GraphicsContext* context, const IntRect& cornerRect);
DRenderLayer.cpp1727 static IntRect cornerRect(const RenderLayer* layer, const IntRect& bounds) in scrollTo() function
1761 return cornerRect(this, renderBox()->borderBoxRect()); in scrollTo()
1770 return cornerRect(layer, bounds); in scrollTo()
2390 IntRect cornerRect = scrollCornerRect(); in scrollTo() local
2391 …IntRect absRect = IntRect(cornerRect.x() + tx, cornerRect.y() + ty, cornerRect.width(), cornerRect in scrollTo()
2419 IntRect cornerRect = resizerCornerRect(this, box->borderBoxRect()); in scrollTo() local
2420 …IntRect absRect = IntRect(cornerRect.x() + tx, cornerRect.y() + ty, cornerRect.width(), cornerRect in scrollTo()
/external/webkit/Source/WebCore/platform/wx/
DScrollbarThemeWx.cpp175 …arThemeWx::paintScrollCorner(ScrollView* view, GraphicsContext* context, const IntRect& cornerRect) in paintScrollCorner() argument
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);
/external/webkit/Source/WebCore/platform/gtk/
DScrollbarThemeGtk.cpp254 …rThemeGtk::paintScrollCorner(ScrollView* view, GraphicsContext* context, const IntRect& cornerRect) in paintScrollCorner() argument
260 ScrollbarTheme::paintScrollCorner(view, context, cornerRect); in paintScrollCorner()
/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() argument
2280 m_scrollCorner->paintIntoRect(context, cornerRect.x(), cornerRect.y(), cornerRect); in paintScrollCorner()
2284 ScrollView::paintScrollCorner(context, cornerRect); in paintScrollCorner()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1678747 (WebCore::cornerRect):
78791 (WebCore::cornerRect):
DChangeLog-2011-02-1611302 (WebCore::cornerRect):