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

  /external/webkit/WebCore/rendering/
RenderInline.cpp 143 return addChildIgnoringContinuation(newChild, beforeChild);
178 void RenderInline::addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild)
238 clone->addChildIgnoringContinuation(children()->removeChildNode(this, tmp), 0);
265 clone->addChildIgnoringContinuation(cloneChild, 0);
285 clone->addChildIgnoringContinuation(inlineCurr->children()->removeChildNode(curr, tmp), 0);
384 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
393 return flow->addChildIgnoringContinuation(newChild, beforeChild);
398 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
400 return flow->addChildIgnoringContinuation(newChild, 0); // Just treat like an append.
402 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild)
    [all...]
RenderInline.h 85 virtual void addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild = 0);
RenderObject.h 220 virtual void addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild = 0) { return addChild(newChild, beforeChild); }
    [all...]

Completed in 161 milliseconds