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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertListCommand.cpp 155 VisiblePosition startOfCurrentParagraph = startOfSelection;
156 while (startOfCurrentParagraph.isNotNull() && !inSameParagraph(startOfCurrentParagraph, startOfLastParagraph, CanCrossEditingBoundary)) {
158 // if it's in the same list item as startOfCurrentParagraph. Return early to avoid an
164 setEndingSelection(startOfCurrentParagraph);
179 startOfCurrentParagraph = startOfNextParagraph(endingSelection().visibleStart());

Completed in 425 milliseconds