Home | History | Annotate | Download | only in line

Lines Matching refs:whiteSpace

163         || (whitespacePosition == TrailingWhitespace && style->whiteSpace() == PRE_WRAP && (!lineInfo.isEmpty() || !lineInfo.previousLineBrokeCleanly()));
181 // ignorable whitespace should should also have line boxes.
248 m_currWS = m_current.object()->isReplaced() ? m_current.object()->parent()->style()->whiteSpace() : m_currentStyle->whiteSpace();
249 m_lastWS = m_lastObject->isReplaced() ? m_lastObject->parent()->style()->whiteSpace() : m_lastObject->style()->whiteSpace();
261 // Clear out our character space bool, since inline <pre>s don't collapse whitespace
388 // have an effect on whitespace at the start of the line.
462 // Optimize for a common case. If we can't find whitespace after the list
686 // If the line needs the extra whitespace to be too long,
688 // additional whitespace.
711 // Didn't fit. Jump to the end unless there's still an opportunity to collapse whitespace.