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 266 return addChildIgnoringContinuation(newChild, beforeChild);
301 void RenderInline::addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild)
366 cloneInline->addChildIgnoringContinuation(children()->removeChildNode(this, tmp), 0);
393 cloneInline->addChildIgnoringContinuation(cloneChild, 0);
407 cloneInline->addChildIgnoringContinuation(inlineCurr->children()->removeChildNode(curr, tmp), 0);
505 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
514 return flow->addChildIgnoringContinuation(newChild, beforeChild);
519 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
521 return flow->addChildIgnoringContinuation(newChild, 0); // Just treat like an append.
522 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild)
    [all...]
RenderInline.h 125 virtual void addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild = 0) OVERRIDE FINAL;
RenderBlock.cpp 366 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
377 flow->addChildIgnoringContinuation(newChild, beforeChild);
384 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
388 flow->addChildIgnoringContinuation(newChild, 0); // Just treat like an append.
391 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
547 cloneBlock->addChildIgnoringContinuation(cloneChild, 0);
    [all...]
RenderBlock.h 507 void addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild);
    [all...]
RenderObject.h 264 virtual void addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild = 0) { return addChild(newChild, beforeChild); }
    [all...]

Completed in 31 milliseconds