Searched refs:NOWRAP (Results 1 – 7 of 7) sorted by relevance
242 s->setWhiteSpace(NOWRAP); in styleDidChange()
3244 bool nowrap = styleToUse->whiteSpace() == NOWRAP; in computeBlockPreferredLogicalWidths()
315 NORMAL, PRE, PRE_WRAP, PRE_LINE, NOWRAP, KHTML_NOWRAP enumerator
591 return ws != NOWRAP && ws != PRE; in autoWrap()602 return ws != NORMAL && ws != NOWRAP; in preserveNewline()
324 style->setWhiteSpace(NOWRAP); in adjustStyleForTagName()
105 if (m_width.fitsOnLine() || m_lastWS == NOWRAP) in clearLineBreakIfFitsOnLine()840 …(m_width.committedWidth() && !m_width.fitsOnLine() && m_lineBreak.object() && m_currWS == NOWRAP) { in commitAndUpdateLineBreakIfNeeded()
2787 case NOWRAP: in CSSPrimitiveValue()2803 return NOWRAP; in EWhiteSpace()