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

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGForeignObject.h50 virtual FloatRect repaintRectInLocalCoordinates() const { return m_viewport; } function in class:WebCore::RenderSVGForeignObject
H A DRenderSVGGradientStop.h49 virtual FloatRect repaintRectInLocalCoordinates() const { return FloatRect(); } function in class:WebCore::RenderSVGGradientStop
H A DSVGRootInlineBox.h53 virtual FloatRect repaintRectInLocalCoordinates() const { return FloatRect(); } function in class:WebCore::SVGRootInlineBox
H A DRenderSVGImage.h58 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; } function in class:WebCore::RenderSVGImage
H A DRenderSVGContainer.h58 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; } function in class:WebCore::RenderSVGContainer
H A DRenderSVGInline.cpp62 FloatRect RenderSVGInline::repaintRectInLocalCoordinates() const function in class:WebCore::RenderSVGInline
65 return object->repaintRectInLocalCoordinates();
H A DRenderSVGPath.h56 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; } function in class:WebCore::RenderSVGPath
H A DRenderSVGRoot.h74 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; } function in class:WebCore::RenderSVGRoot
H A DRenderSVGText.cpp262 FloatRect RenderSVGText::repaintRectInLocalCoordinates() const function in class:WebCore::RenderSVGText
/external/webkit/Source/WebCore/rendering/
H A DRenderObject.cpp2644 FloatRect RenderObject::repaintRectInLocalCoordinates() const function in class:WebCore::RenderObject

Completed in 135 milliseconds