Home
last modified time | relevance | path

Searched defs:repaintRectInLocalCoordinates (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DSVGRootInlineBox.h53 virtual FloatRect repaintRectInLocalCoordinates() const { return FloatRect(); } in repaintRectInLocalCoordinates() function
DRenderSVGGradientStop.h49 virtual FloatRect repaintRectInLocalCoordinates() const { return FloatRect(); } in repaintRectInLocalCoordinates() function
DRenderSVGForeignObject.h50 virtual FloatRect repaintRectInLocalCoordinates() const { return m_viewport; } in repaintRectInLocalCoordinates() function
DRenderSVGImage.h58 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; } in repaintRectInLocalCoordinates() function
DRenderSVGContainer.h58 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; } in repaintRectInLocalCoordinates() function
DRenderSVGRoot.h74 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; } in repaintRectInLocalCoordinates() function
DRenderSVGPath.h56 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; } in repaintRectInLocalCoordinates() function
DRenderSVGInline.cpp62 FloatRect RenderSVGInline::repaintRectInLocalCoordinates() const in repaintRectInLocalCoordinates() function in WebCore::RenderSVGInline
DRenderSVGText.cpp262 FloatRect RenderSVGText::repaintRectInLocalCoordinates() const in repaintRectInLocalCoordinates() function in WebCore::RenderSVGText
/external/webkit/Source/WebCore/rendering/
DRenderObject.cpp2644 FloatRect RenderObject::repaintRectInLocalCoordinates() const in repaintRectInLocalCoordinates() function in WebCore::RenderObject