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 493 RenderBoxModelObject* beforeChildParent = 0;
495 beforeChildParent = toRenderBoxModelObject(beforeChild->parent());
499 beforeChildParent = cont;
501 beforeChildParent = flow;
505 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
510 bool bcpInline = beforeChildParent->isInline();
513 if (flow == beforeChildParent)
519 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
522 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
    [all...]
RenderBlock.cpp 354 RenderBoxModelObject* beforeChildParent = 0;
356 beforeChildParent = toRenderBoxModelObject(beforeChild->parent());
360 beforeChildParent = cont;
362 beforeChildParent = flow;
366 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
373 bool bcpIsNormal = beforeChildParent->isInline() || !beforeChildParent->style()->columnSpan();
376 if (flow == beforeChildParent) {
384 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
391 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild)
    [all...]

Completed in 126 milliseconds