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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderInline.cpp523 RenderBoxModelObject* beforeChildParent = 0; local
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);
H A DRenderBlock.cpp453 RenderBoxModelObject* beforeChildParent = 0; local
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
499 RenderBlock* beforeChildParent = 0; local
[all...]

Completed in 5484 milliseconds