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

  /external/webkit/Source/WebCore/editing/
InsertListCommand.cpp 133 VisiblePosition startOfLastParagraph = startOfParagraph(endOfSelection, CanSkipOverEditingBoundary);
135 if (startOfParagraph(startOfSelection, CanSkipOverEditingBoundary) != startOfLastParagraph) {
140 while (!inSameParagraph(startOfCurrentParagraph, startOfLastParagraph, CanCrossEditingBoundary)) {
146 if (!startOfLastParagraph.deepEquivalent().anchorNode()->inDocument())
150 // Save and restore endOfSelection and startOfLastParagraph when necessary
157 if (endOfSelection.isNull() || endOfSelection.isOrphan() || startOfLastParagraph.isNull() || startOfLastParagraph.isOrphan()) {
165 startOfLastParagraph = startOfParagraph(endOfSelection, CanSkipOverEditingBoundary);

Completed in 59 milliseconds