Home | History | Annotate | Download | only in rendering

Lines Matching refs:autoWrap

1212     bool autoWrap, oldAutoWrap;
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 && (hasBreakableStart || hasBreakableEnd)) {
1493 oldAutoWrap = autoWrap;