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

  /external/webkit/Source/WebCore/rendering/
RenderInline.cpp 201 return addChildIgnoringContinuation(newChild, beforeChild);
236 void RenderInline::addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild)
295 clone->addChildIgnoringContinuation(children()->removeChildNode(this, tmp), 0);
322 clone->addChildIgnoringContinuation(cloneChild, 0);
342 clone->addChildIgnoringContinuation(inlineCurr->children()->removeChildNode(curr, tmp), 0);
441 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
450 return flow->addChildIgnoringContinuation(newChild, beforeChild);
455 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
457 return flow->addChildIgnoringContinuation(newChild, 0); // Just treat like an append.
459 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild)
    [all...]
RenderObject.h 206 virtual void addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild = 0) { return addChild(newChild, beforeChild); }
    [all...]
RenderBlock.cpp 354 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
363 return flow->addChildIgnoringContinuation(newChild, beforeChild);
368 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
370 return flow->addChildIgnoringContinuation(newChild, 0); // Just treat like an append.
371 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
    [all...]

Completed in 575 milliseconds