Home | History | Annotate | Download | only in rendering

Lines Matching full:whitespace

99     // preserve whitespace.
460 // Only justify text if whitespace is collapsed.
1233 return style->collapseWhiteSpace() || (style->whiteSpace() == PRE_WRAP && (!isLineEmpty || !previousLineBrokeCleanly));
1250 // ignorable whitespace should should also have line boxes.
1359 // have an effect on whitespace at the start of the line.
1422 // This variable is used only if whitespace isn't set to PRE, and it tells us whether
1423 // or not we are currently ignoring whitespace.
1453 EWhiteSpace currWS = style()->whiteSpace();
1456 currWS = o->isReplaced() ? o->parent()->style()->whiteSpace() : o->style()->whiteSpace();
1457 whiteSpace() : last->style()->whiteSpace();
1594 // Optimize for a common case. If we can't find whitespace after the list
1747 // If the line needs the extra whitespace to be too long,
1749 // additional whitespace.
1938 // Clear out our character space bool, since inline <pre>s don't collapse whitespace
1957 if (style()->whiteSpace() == PRE) {