HomeSort by relevance Sort by last modified time
    Searched refs:propagateLayoutAttributes (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutAttributesBuilder.h 64 void propagateLayoutAttributes(RenderObject*, Vector<SVGTextLayoutAttributes>& allAttributes, unsigned& atCharacter, UChar& lastCharacter) const;
SVGTextLayoutAttributesBuilder.cpp 58 propagateLayoutAttributes(textRoot, allAttributes, atCharacter, lastCharacter);
184 void SVGTextLayoutAttributesBuilder::propagateLayoutAttributes(RenderObject* start, Vector<SVGTextLayoutAttributes>& allAttributes, unsigned& atCharacter, UChar& lastCharacter) const
252 propagateLayoutAttributes(child, allAttributes, atCharacter, lastCharacter);

Completed in 732 milliseconds