Home
last modified time | relevance | path

Searched refs:buildLayoutAttributesForForSubtree (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGTextLayoutAttributesBuilder.h45 bool buildLayoutAttributesForForSubtree(RenderSVGText*);
DRenderSVGText.cpp343 m_layoutAttributesBuilder.buildLayoutAttributesForForSubtree(this); in layout()
357 m_layoutAttributesBuilder.buildLayoutAttributesForForSubtree(this); in layout()
DSVGTextLayoutAttributesBuilder.cpp60 bool SVGTextLayoutAttributesBuilder::buildLayoutAttributesForForSubtree(RenderSVGText* textRoot) in buildLayoutAttributesForForSubtree() function in WebCore::SVGTextLayoutAttributesBuilder