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

/external/webkit/Source/WebCore/platform/chromium/
H A DFramelessScrollView.cpp80 void FramelessScrollView::paintScrollCorner(GraphicsContext* context, const IntRect& cornerRect) argument
83 ScrollbarTheme::defaultPaintScrollCorner(context, cornerRect);
/external/webkit/Source/WebCore/platform/
H A DScrollbarTheme.h79 virtual void paintScrollCorner(ScrollView*, GraphicsContext* context, const IntRect& cornerRect) { defaultPaintScrollCorner(context, cornerRect); } argument
80 static void defaultPaintScrollCorner(GraphicsContext* context, const IntRect& cornerRect) { context->fillRect(cornerRect, Color::white, ColorSpaceDeviceRGB); } argument
H A DScrollbarThemeComposite.cpp307 void ScrollbarThemeComposite::paintScrollCorner(ScrollView* view, GraphicsContext* context, const IntRect& cornerRect) argument
311 if (page && page->settings()->shouldPaintCustomScrollbars() && page->chrome()->client()->paintCustomScrollCorner(context, cornerRect))
313 context->fillRect(cornerRect, Color::white, ColorSpaceDeviceRGB);
H A DScrollView.cpp925 static void positionScrollCornerLayer(GraphicsLayer* graphicsLayer, const IntRect& cornerRect) argument
929 graphicsLayer->setDrawsContent(!cornerRect.isEmpty());
930 graphicsLayer->setPosition(cornerRect.location());
931 if (cornerRect.size() != graphicsLayer->size())
933 graphicsLayer->setSize(cornerRect.size());
970 IntRect cornerRect; local
973 return cornerRect;
976 cornerRect.unite(IntRect(m_horizontalScrollbar->width(),
983 cornerRect.unite(IntRect(m_boundsSize.width() - m_verticalScrollbar->width(),
989 return cornerRect;
1001 paintScrollCorner(GraphicsContext* context, const IntRect& cornerRect) argument
[all...]
/external/webkit/Source/WebCore/platform/wx/
H A DScrollbarThemeWx.cpp175 void ScrollbarThemeWx::paintScrollCorner(ScrollView* view, GraphicsContext* context, const IntRect& cornerRect) argument
181 ScrollbarTheme::paintScrollCorner(view, context, cornerRect);
/external/webkit/Source/WebCore/rendering/
H A DRenderScrollbarTheme.cpp109 void RenderScrollbarTheme::paintScrollCorner(ScrollView*, GraphicsContext* context, const IntRect& cornerRect) argument
112 context->fillRect(cornerRect, Color::white, ColorSpaceDeviceRGB);
H A DRenderLayer.cpp1727 static IntRect cornerRect(const RenderLayer* layer, const IntRect& bounds) function in namespace:WebCore
1761 return cornerRect(this, renderBox()->borderBoxRect());
1770 return cornerRect(layer, bounds);
2390 IntRect cornerRect = scrollCornerRect(); local
2391 IntRect absRect = IntRect(cornerRect.x() + tx, cornerRect.y() + ty, cornerRect.width(), cornerRect.height());
2419 IntRect cornerRect = resizerCornerRect(this, box->borderBoxRect()); local
2420 IntRect absRect = IntRect(cornerRect
[all...]
/external/webkit/Source/WebCore/platform/gtk/
H A DScrollbarThemeGtk.cpp254 void ScrollbarThemeGtk::paintScrollCorner(ScrollView* view, GraphicsContext* context, const IntRect& cornerRect) argument
260 ScrollbarTheme::paintScrollCorner(view, context, cornerRect);
/external/webkit/Source/WebCore/page/
H A DFrameView.cpp2272 void FrameView::paintScrollCorner(GraphicsContext* context, const IntRect& cornerRect) argument
2280 m_scrollCorner->paintIntoRect(context, cornerRect.x(), cornerRect.y(), cornerRect);
2284 ScrollView::paintScrollCorner(context, 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 7068 milliseconds