Searched defs:autoWrap (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockLineLayout.cpp1212 bool autoWrap, oldAutoWrap; local
1213 autoWrap = oldAutoWrap = styleToUse->autoWrap();
1227 autoWrap = child->isReplaced() ? child->parent()->style()->autoWrap() :
1228 child->style()->autoWrap();
1325 if ((canBreakReplacedElement && (autoWrap || oldAutoWrap) && (!isPrevChildInlineFlow || shouldBreakLineAfterText)) || clearPreviousFloat) {
1351 if (!autoWrap || !canBreakReplacedElement || (isPrevChildInlineFlow && !shouldBreakLineAfterText)) {
1364 if (autoWrap && canBreakReplacedElement && isPrevChildInlineFlow) {
1404 if (autoWrap
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h588 static bool autoWrap(EWhiteSpace ws) function in class:blink::RenderStyle
594 bool autoWrap() const function in class:blink::RenderStyle
596 return autoWrap(whiteSpace());

Completed in 301 milliseconds