Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp4111 bool shouldBreakLineAfterText = false; in computeInlinePreferredLogicalWidths() local
4210 …ment && (autoWrap || oldAutoWrap) && (!isPrevChildInlineFlow || shouldBreakLineAfterText)) || clea… in computeInlinePreferredLogicalWidths()
4236 …f (!autoWrap || !canBreakReplacedElement || (isPrevChildInlineFlow && !shouldBreakLineAfterText)) { in computeInlinePreferredLogicalWidths()
4342 shouldBreakLineAfterText = false; in computeInlinePreferredLogicalWidths()
4346 shouldBreakLineAfterText = true; in computeInlinePreferredLogicalWidths()