Searched refs:cornerRect (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderScrollbarTheme.cpp110 void RenderScrollbarTheme::paintScrollCorner(ScrollView*, GraphicsContext* context, const IntRect& cornerRect) argument
113 context->fillRect(cornerRect, Color::white);
H A DRenderScrollbarTheme.h47 virtual void paintScrollCorner(ScrollView*, GraphicsContext*, const IntRect& cornerRect) OVERRIDE;
H A DRenderLayer.cpp2554 static IntRect cornerRect(const RenderStyle* style, const Scrollbar* horizontalScrollbar, const Scrollbar* verticalScrollbar, const IntRect& bounds) function in namespace:WebCore
2588 return cornerRect(renderer()->style(), horizontalScrollbar(), verticalScrollbar(), renderBox()->pixelSnappedBorderBoxRect());
2597 IntRect corner = cornerRect(renderer()->style(), horizontalScrollbar(), verticalScrollbar(), bounds);
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DScrollView.cpp786 static void positionScrollCornerLayer(GraphicsLayer* graphicsLayer, const IntRect& cornerRect) argument
790 graphicsLayer->setDrawsContent(!cornerRect.isEmpty());
791 graphicsLayer->setPosition(cornerRect.location());
792 if (cornerRect.size() != graphicsLayer->size())
794 graphicsLayer->setSize(cornerRect.size());
826 IntRect cornerRect; local
829 return cornerRect;
832 cornerRect.unite(IntRect(m_horizontalScrollbar->width(),
839 cornerRect.unite(IntRect(width() - m_verticalScrollbar->width(),
845 return cornerRect;
867 paintScrollCorner(GraphicsContext* context, const IntRect& cornerRect) argument
[all...]
H A DScrollbarTheme.h86 virtual void paintScrollCorner(ScrollView*, GraphicsContext*, const IntRect& cornerRect);
H A DScrollbarTheme.cpp281 void ScrollbarTheme::paintScrollCorner(ScrollView*, GraphicsContext* context, const IntRect& cornerRect) argument
283 context->fillRect(cornerRect, Color::white);
H A DScrollView.h256 virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DFrameView.cpp2658 IntRect cornerRect = scrollCornerRect(); local
2661 if (doc && !cornerRect.isEmpty()) {
2687 invalidateScrollCorner(cornerRect);
2696 void FrameView::paintScrollCorner(GraphicsContext* context, const IntRect& cornerRect) argument
2706 context->fillRect(cornerRect, baseBackgroundColor());
2707 m_scrollCorner->paintIntoRect(context, cornerRect.location(), cornerRect);
2711 ScrollView::paintScrollCorner(context, cornerRect);
H A DFrameView.h232 virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 128 milliseconds