HomeSort by relevance Sort by last modified time
    Searched refs:m_endOfLastParagraph (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyBlockElementCommand.cpp 122 m_endOfLastParagraph = endOfLastParagraph.deepEquivalent();
127 if (endOfCurrentParagraph.deepEquivalent() == m_endOfLastParagraph)
136 formatRange(start, end, m_endOfLastParagraph, blockquoteForNextIndent);
188 bool isStartAndEndOfLastParagraphOnSameNode = renderStyleOfEnclosingTextNode(m_endOfLastParagraph) && start.containerNode() == m_endOfLastParagraph.containerNode();
205 ASSERT(m_endOfLastParagraph.offsetInContainerNode() >= startOffset);
206 m_endOfLastParagraph = Position(startText, m_endOfLastParagraph.offsetInContainerNode() - startOffset);
214 bool isEndAndEndOfLastParagraphOnSameNode = renderStyleOfEnclosingTextNode(m_endOfLastParagraph) && end.deprecatedNode() == m_endOfLastParagraph.deprecatedNode()
    [all...]
ApplyBlockElementCommand.h 56 Position m_endOfLastParagraph;

Completed in 907 milliseconds