Searched refs:preservesNewline (Results 1 – 4 of 4) sorted by relevance
73 … return m_obj && m_obj->preservesNewline() && m_obj->isText() && toRenderText(m_obj)->textLength() in atTextParagraphSeparator()
437 inline bool preservesNewline() const;1050 inline bool RenderObject::preservesNewline() const in preservesNewline() function
1570 …' && current != '\t' && current != softHyphen && (current != '\n' || it.m_obj->preservesNewline()) in requiresLineBox()2273 if (c == ' ' || c == '\t' || (c == '\n' && !next->preservesNewline())) in findNextLineBreak()
28783 shouldPreserveNewline to RenderObject and renaming it preservesNewline.28794 (WebCore::RenderObject::preservesNewline):