Home | History | Annotate | Download | only in line

Lines Matching refs:autoWrap

251     m_autoWrap = RenderStyle::autoWrap(m_currWS);
449 if ((m_autoWrap || RenderStyle::autoWrap(m_lastWS)) && (!m_current.object()->isImage() || m_allowImagesToBreak)) {
539 // If we have left a no-wrap inline and entered an autowrap inline while ignoring spaces
540 // then we need to mark the start of the autowrap inline as a potential linebreak now.
541 if (m_autoWrap && !RenderStyle::autoWrap(m_lastWS) && m_ignoringSpaces) {
842 } else if (m_nextObject && m_current.object()->isText() && m_nextObject->isText() && !m_nextObject->isBR() && (m_autoWrap || m_nextObject->style()->autoWrap())) {
888 } else if (m_blockStyle->autoWrap() && !m_width.fitsOnLine() && !m_width.committedWidth()) {