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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInline.cpp 292 return addChildIgnoringContinuation(newChild, beforeChild);
327 void RenderInline::addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild)
396 cloneInline->addChildIgnoringContinuation(children()->removeChildNode(this, tmp), 0);
423 cloneInline->addChildIgnoringContinuation(cloneChild, 0);
437 cloneInline->addChildIgnoringContinuation(inlineCurr->children()->removeChildNode(curr, tmp), 0);
535 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
544 return flow->addChildIgnoringContinuation(newChild, beforeChild);
549 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
551 return flow->addChildIgnoringContinuation(newChild, 0); // Just treat like an append.
552 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild)
    [all...]
RenderInline.h 128 virtual void addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild = 0) OVERRIDE FINAL;
RenderBlock.cpp 465 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
476 flow->addChildIgnoringContinuation(newChild, beforeChild);
483 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
487 flow->addChildIgnoringContinuation(newChild, 0); // Just treat like an append.
490 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
646 cloneBlock->addChildIgnoringContinuation(cloneChild, 0);
    [all...]
RenderBlock.h 356 virtual void addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild) OVERRIDE;
RenderObject.h 290 virtual void addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild = 0) { return addChild(newChild, beforeChild); }
    [all...]

Completed in 69 milliseconds