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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGInline.cpp 142 Vector<SVGTextLayoutAttributes*, 2> affectedAttributes;
143 textRenderer->subtreeChildWillBeRemoved(child, affectedAttributes);
145 textRenderer->subtreeChildWasRemoved(affectedAttributes);
RenderSVGText.cpp 245 void RenderSVGText::subtreeChildWillBeRemoved(RenderObject* child, Vector<SVGTextLayoutAttributes*, 2>& affectedAttributes)
268 affectedAttributes.append(previous);
270 affectedAttributes.append(next);
277 void RenderSVGText::subtreeChildWasRemoved(const Vector<SVGTextLayoutAttributes*, 2>& affectedAttributes)
280 ASSERT(affectedAttributes.isEmpty());
286 unsigned size = affectedAttributes.size();
288 m_layoutAttributesBuilder.buildLayoutAttributesForTextRenderer(affectedAttributes[i]->context());
541 Vector<SVGTextLayoutAttributes*, 2> affectedAttributes;
543 subtreeChildWillBeRemoved(child, affectedAttributes);
545 subtreeChildWasRemoved(affectedAttributes);
    [all...]

Completed in 49 milliseconds