Home
last modified time | relevance | path

Searched refs:findTreeRootObject (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRenderSupport.h82 static const RenderSVGRoot* findTreeRootObject(const RenderObject*);
DRenderSVGModelObject.cpp100 SVGRenderSupport::findTreeRootObject(this)->computeLayerHitTestRects(rects); in computeLayerHitTestRects()
DSVGRenderSupport.cpp163 const RenderSVGRoot* SVGRenderSupport::findTreeRootObject(const RenderObject* start) in findTreeRootObject() function in WebCore::SVGRenderSupport
DRenderSVGText.cpp381 …} else if (m_needsTextMetricsUpdate || SVGRenderSupport::findTreeRootObject(this)->isLayoutSizeCha… in layout()