Home
last modified time | relevance | path

Searched refs:atTextParagraphSeparator (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DInlineIterator.h71 inline bool atTextParagraphSeparator() in atTextParagraphSeparator() function
79 return (m_obj && m_obj->isBR()) || atTextParagraphSeparator(); in atParagraphSeparator()
DRenderBlockLineLayout.cpp2134 if (lBreak.atTextParagraphSeparator()) { in findNextLineBreak()
/external/webkit/Source/WebCore/
DChangeLog28781 Adding atTextParagraphSeparator and atParagraphSeparator inline convenience functions to
28788 (WebCore::InlineIterator::atTextParagraphSeparator):