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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInline.cpp 277 return addChildIgnoringContinuation(newChild, beforeChild);
312 void RenderInline::addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild)
377 cloneInline->addChildIgnoringContinuation(children()->removeChildNode(this, tmp), 0);
404 cloneInline->addChildIgnoringContinuation(cloneChild, 0);
418 cloneInline->addChildIgnoringContinuation(inlineCurr->children()->removeChildNode(curr, tmp), 0);
516 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
525 return flow->addChildIgnoringContinuation(newChild, beforeChild);
530 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
532 return flow->addChildIgnoringContinuation(newChild, 0); // Just treat like an append.
533 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild)
    [all...]
RenderObject.h 264 virtual void addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild = 0) { return addChild(newChild, beforeChild); }
    [all...]
RenderBlock.cpp 446 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
457 flow->addChildIgnoringContinuation(newChild, beforeChild);
464 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
468 flow->addChildIgnoringContinuation(newChild, 0); // Just treat like an append.
471 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
627 cloneBlock->addChildIgnoringContinuation(cloneChild, 0);
    [all...]

Completed in 339 milliseconds