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 490 RenderBoxModelObject* beforeChildParent = 0;
492 beforeChildParent = toRenderBoxModelObject(beforeChild->parent());
496 beforeChildParent = cont;
498 beforeChildParent = flow;
502 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
507 bool bcpInline = beforeChildParent->isInline();
510 if (flow == beforeChildParent)
516 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
520 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
    [all...]
RenderBlock.cpp 431 RenderBoxModelObject* beforeChildParent = 0;
433 beforeChildParent = toRenderBoxModelObject(beforeChild->parent());
437 beforeChildParent = cont;
439 beforeChildParent = flow;
443 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
450 bool bcpIsNormal = beforeChildParent->isInline() || !beforeChildParent->style()->columnSpan();
453 if (flow == beforeChildParent) {
461 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
468 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild)
    [all...]

Completed in 32 milliseconds