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 146 Vector<SVGTextLayoutAttributes*, 2> affectedAttributes;
147 textRenderer->subtreeChildWillBeRemoved(child, affectedAttributes);
149 textRenderer->subtreeChildWasRemoved(affectedAttributes);
RenderSVGText.cpp 247 void RenderSVGText::subtreeChildWillBeRemoved(RenderObject* child, Vector<SVGTextLayoutAttributes*, 2>& affectedAttributes)
270 affectedAttributes.append(previous);
272 affectedAttributes.append(next);
279 void RenderSVGText::subtreeChildWasRemoved(const Vector<SVGTextLayoutAttributes*, 2>& affectedAttributes)
282 ASSERT(affectedAttributes.isEmpty());
288 unsigned size = affectedAttributes.size();
290 m_layoutAttributesBuilder.buildLayoutAttributesForTextRenderer(affectedAttributes[i]->context());
542 Vector<SVGTextLayoutAttributes*, 2> affectedAttributes;
544 subtreeChildWillBeRemoved(child, affectedAttributes);
546 subtreeChildWasRemoved(affectedAttributes);
    [all...]

Completed in 40 milliseconds