Searched refs:beforeChildParent (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderInline.cpp504 RenderBoxModelObject* beforeChildParent = 0; local
506 beforeChildParent = toRenderBoxModelObject(beforeChild->parent());
510 beforeChildParent = cont;
512 beforeChildParent = flow;
516 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
521 bool bcpInline = beforeChildParent->isInline();
524 if (flow == beforeChildParent)
530 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
533 return beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
H A DRenderBlock.cpp434 RenderBoxModelObject* beforeChildParent = 0; local
436 beforeChildParent = toRenderBoxModelObject(beforeChild->parent());
440 beforeChildParent = cont;
442 beforeChildParent = flow;
446 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
453 bool bcpIsNormal = beforeChildParent->isInline() || !beforeChildParent->style()->columnSpan();
456 if (flow == beforeChildParent) {
464 beforeChildParent->addChildIgnoringContinuation(newChild, beforeChild);
471 beforeChildParent
480 RenderBlock* beforeChildParent = 0; local
[all...]

Completed in 57 milliseconds