Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp452 bool childIsNormal = newChild->isInline() || !newChild->style()->columnSpan(); in addChildToContinuation() local
463 if (childIsNormal == bcpIsNormal) { in addChildToContinuation()
467 if (flowIsNormal == childIsNormal) { in addChildToContinuation()