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 264 return addChildIgnoringContinuation(newChild, beforeChild);
299 void RenderInline::addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild)
364 cloneInline->addChildIgnoringContinuation(children()->removeChildNode(this, tmp), 0);
391 cloneInline->addChildIgnoringContinuation(cloneChild, 0);
405 cloneInline->addChildIgnoringContinuation(inlineCurr->children()->removeChildNode(curr, tmp), 0);
502 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
511 return flow->addChildIgnoringContinuation(newChild, beforeChild);
516 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
518 return flow->addChildIgnoringContinuation(newChild, 0); // Just treat like an append.
520 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild)
    [all...]
RenderInline.h 125 virtual void addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild = 0) OVERRIDE FINAL;
RenderObject.h 253 virtual void addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild = 0) { return addChild(newChild, beforeChild); }
    [all...]
RenderBlock.cpp 443 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
454 flow->addChildIgnoringContinuation(newChild, beforeChild);
461 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
465 flow->addChildIgnoringContinuation(newChild, 0); // Just treat like an append.
468 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
624 cloneBlock->addChildIgnoringContinuation(cloneChild, 0);
    [all...]
RenderBlock.h     [all...]

Completed in 35 milliseconds