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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyBlockElementCommand.cpp 120 VisiblePosition endOfLastParagraph = endOfParagraph(endOfSelection);
121 VisiblePosition endAfterSelection = endOfParagraph(endOfLastParagraph.next());
122 m_endOfLastParagraph = endOfLastParagraph.deepEquivalent();
268 // We can only fix endOfLastParagraph if the previous node was still text and hasn't been modified by script.
IndentOutdentCommand.cpp 197 VisiblePosition endOfLastParagraph = endOfParagraph(endOfSelection);
199 if (endOfCurrentParagraph == endOfLastParagraph) {
205 VisiblePosition endAfterSelection = endOfParagraph(endOfLastParagraph.next());
209 if (endOfCurrentParagraph == endOfLastParagraph)

Completed in 34 milliseconds