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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
IndentOutdentCommand.cpp 217 VisiblePosition endAfterSelection = endOfParagraph(endOfLastParagraph.next());
219 while (endOfCurrentParagraph != endAfterSelection) {
229 // is in a list item. As a result, endAfterSelection and endOfNextParagraph
231 if (endAfterSelection.isNotNull() && !endAfterSelection.deepEquivalent().inDocument())
ApplyBlockElementCommand.cpp 126 VisiblePosition endAfterSelection = endOfParagraph(endOfLastParagraph.next());
131 while (endOfCurrentParagraph != endAfterSelection && !atEnd) {
149 // is in a list item or a table. As a result, endAfterSelection could refer to a position
151 if (endAfterSelection.isNotNull() && !endAfterSelection.deepEquivalent().inDocument())

Completed in 45 milliseconds