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