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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInline.cpp 523 RenderBoxModelObject* beforeChildParent = 0;
525 beforeChildParent = toRenderBoxModelObject(beforeChild->parent());
529 beforeChildParent = cont;
531 beforeChildParent = flow;
535 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
540 bool bcpInline = beforeChildParent->isInline();
543 if (flow == beforeChildParent)
549 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
552 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
    [all...]
RenderBlock.cpp 453 RenderBoxModelObject* beforeChildParent = 0;
455 beforeChildParent = toRenderBoxModelObject(beforeChild->parent());
459 beforeChildParent = cont;
461 beforeChildParent = flow;
465 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
472 bool bcpIsNormal = beforeChildParent->isInline() || !beforeChildParent->style()->columnSpan();
475 if (flow == beforeChildParent) {
483 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
490 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild)
    [all...]

Completed in 59 milliseconds