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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
IndentOutdentCommand.cpp 202 VisiblePosition endOfLastParagraph = endOfParagraph(endOfSelection);
204 if (endOfCurrentParagraph == endOfLastParagraph) {
210 VisiblePosition endAfterSelection = endOfParagraph(endOfLastParagraph.next());
214 if (endOfCurrentParagraph == endOfLastParagraph)
ApplyBlockElementCommand.cpp 124 VisiblePosition endOfLastParagraph = endOfParagraph(endOfSelection);
125 VisiblePosition endAfterSelection = endOfParagraph(endOfLastParagraph.next());
126 m_endOfLastParagraph = endOfLastParagraph.deepEquivalent();
272 // We can only fix endOfLastParagraph if the previous node was still text and hasn't been modified by script.

Completed in 80 milliseconds