/external/webkit/Source/WebCore/platform/ |
D | ScrollbarTheme.h | 79 …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
|
D | ScrollView.cpp | 894 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 …]
|
D | ScrollbarThemeComposite.cpp | 307 …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()
|
D | ScrollbarThemeComposite.h | 46 virtual void paintScrollCorner(ScrollView*, GraphicsContext*, const IntRect& cornerRect);
|
D | ScrollView.h | 288 virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect);
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | FramelessScrollView.cpp | 80 void FramelessScrollView::paintScrollCorner(GraphicsContext* context, const IntRect& cornerRect) in paintScrollCorner() argument 83 ScrollbarTheme::defaultPaintScrollCorner(context, cornerRect); in paintScrollCorner()
|
D | FramelessScrollView.h | 78 virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect);
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderScrollbarTheme.cpp | 109 …ScrollbarTheme::paintScrollCorner(ScrollView*, GraphicsContext* context, const IntRect& cornerRect) in paintScrollCorner() argument 112 context->fillRect(cornerRect, Color::white, ColorSpaceDeviceRGB); in paintScrollCorner()
|
D | RenderScrollbarTheme.h | 47 … virtual void paintScrollCorner(ScrollView*, GraphicsContext* context, const IntRect& cornerRect);
|
D | RenderLayer.cpp | 1698 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/ |
D | ScrollbarThemeWx.cpp | 175 …arThemeWx::paintScrollCorner(ScrollView* view, GraphicsContext* context, const IntRect& cornerRect) in paintScrollCorner() argument 181 ScrollbarTheme::paintScrollCorner(view, context, cornerRect); in paintScrollCorner()
|
D | ScrollbarThemeWx.h | 40 virtual void paintScrollCorner(ScrollView*, GraphicsContext*, const IntRect& cornerRect);
|
/external/webkit/Source/WebCore/platform/qt/ |
D | ScrollbarThemeQt.h | 44 virtual void paintScrollCorner(ScrollView*, GraphicsContext*, const IntRect& cornerRect);
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | ScrollbarThemeGtk.cpp | 254 …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/ |
D | FrameView.h | 221 virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect);
|
D | FrameView.cpp | 2286 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/ |
D | ChangeLog-2009-06-16 | 78747 (WebCore::cornerRect): 78791 (WebCore::cornerRect):
|
D | ChangeLog-2011-02-16 | 11302 (WebCore::cornerRect):
|