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

  /external/webkit/Source/WebCore/editing/
InsertListCommand.cpp 139 VisiblePosition startOfCurrentParagraph = startOfSelection;
140 while (!inSameParagraph(startOfCurrentParagraph, startOfLastParagraph, CanCrossEditingBoundary)) {
142 // if it's in the same list item as startOfCurrentParagraph. Return early to avoid an
148 setEndingSelection(startOfCurrentParagraph);
172 if (startOfCurrentParagraph == startOfSelection)
175 startOfCurrentParagraph = startOfNextParagraph(endingSelection().visibleStart());

Completed in 110 milliseconds