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.cpp894 static void positionScrollCornerLayer(GraphicsLayer* graphicsLayer, const IntRect& cornerRect) in wheelEvent() argument
898 graphicsLayer->setDrawsContent(!cornerRect.isEmpty()); in wheelEvent()
899 graphicsLayer->setPosition(cornerRect.location()); in wheelEvent()
900 if (cornerRect.size() != graphicsLayer->size()) in wheelEvent()
902 graphicsLayer->setSize(cornerRect.size()); in wheelEvent()
939 IntRect cornerRect; in wheelEvent() local
942 return cornerRect; in wheelEvent()
945 cornerRect.unite(IntRect(m_horizontalScrollbar->width(), in wheelEvent()
952 cornerRect.unite(IntRect(m_boundsSize.width() - m_verticalScrollbar->width(), in wheelEvent()
958 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.h288 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.cpp1698 static IntRect cornerRect(const RenderLayer* layer, const IntRect& bounds) in cornerRect() function
1732 return cornerRect(this, renderBox()->borderBoxRect()); in scrollCornerRect()
1741 return cornerRect(layer, bounds); in resizerCornerRect()
2361 IntRect cornerRect = scrollCornerRect(); in paintScrollCorner() local
2362 …IntRect absRect = IntRect(cornerRect.x() + tx, cornerRect.y() + ty, cornerRect.width(), cornerRect in paintScrollCorner()
2390 IntRect cornerRect = resizerCornerRect(this, box->borderBoxRect()); in paintResizer() local
2391 …IntRect absRect = IntRect(cornerRect.x() + tx, cornerRect.y() + ty, cornerRect.width(), cornerRect in paintResizer()
/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.cpp2286 void FrameView::paintScrollCorner(GraphicsContext* context, const IntRect& cornerRect) in paintScrollCorner() argument
2294 m_scrollCorner->paintIntoRect(context, cornerRect.x(), cornerRect.y(), cornerRect); in paintScrollCorner()
2298 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):