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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertListCommand.cpp 134 VisiblePosition startOfLastParagraph = startOfParagraph(endOfSelection, CanSkipOverEditingBoundary);
136 if (startOfParagraph(startOfSelection, CanSkipOverEditingBoundary) != startOfLastParagraph) {
143 while (!inSameParagraph(startOfCurrentParagraph, startOfLastParagraph, CanCrossEditingBoundary)) {
149 if (!startOfLastParagraph.deepEquivalent().inDocument())
153 // Save and restore endOfSelection and startOfLastParagraph when necessary
159 if (endOfSelection.isNull() || endOfSelection.isOrphan() || startOfLastParagraph.isNull() || startOfLastParagraph.isOrphan()) {
166 startOfLastParagraph = startOfParagraph(endOfSelection, CanSkipOverEditingBoundary);

Completed in 478 milliseconds