Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp374 bool flowIsNormal = flow->isInline() || !flow->style()->columnSpan(); in addChildToContinuation() local
387 if (flowIsNormal == childIsNormal) { in addChildToContinuation()