Home
last modified time | relevance | path

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

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