Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp373 bool bcpIsNormal = beforeChildParent->isInline() || !beforeChildParent->style()->columnSpan(); in addChildToContinuation() local
383 if (childIsNormal == bcpIsNormal) { in addChildToContinuation()