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

  /external/webkit/Source/WebCore/editing/
ApplyBlockElementCommand.cpp 112 m_endOfLastParagraph = endOfParagraph(endOfSelection).deepEquivalent();
117 if (endOfCurrentParagraph.deepEquivalent() == m_endOfLastParagraph)
127 formatRange(start, end, m_endOfLastParagraph, blockquoteForNextIndent);
186 bool isStartAndEndOfLastParagraphOnSameNode = renderStyleOfEnclosingTextNode(m_endOfLastParagraph) && start.deprecatedNode() == m_endOfLastParagraph.deprecatedNode();
202 ASSERT(m_endOfLastParagraph.offsetInContainerNode() >= startOffset);
203 m_endOfLastParagraph = Position(m_endOfLastParagraph.deprecatedNode(), m_endOfLastParagraph.offsetInContainerNode() - startOffset,
211 bool isEndAndEndOfLastParagraphOnSameNode = renderStyleOfEnclosingTextNode(m_endOfLastParagraph) && end.deprecatedNode() == m_endOfLastParagraph.deprecatedNode()
    [all...]
ApplyBlockElementCommand.h 56 Position m_endOfLastParagraph;

Completed in 609 milliseconds