Searched refs:startOfCurrentParagraph (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/editing/
H A DInsertListCommand.cpp145 VisiblePosition startOfCurrentParagraph = startOfSelection; local
146 while (!inSameParagraph(startOfCurrentParagraph, startOfLastParagraph, CanCrossEditingBoundary)) {
148 // if it's in the same list item as startOfCurrentParagraph. Return early to avoid an
154 setEndingSelection(startOfCurrentParagraph);
178 if (startOfCurrentParagraph == startOfSelection)
181 startOfCurrentParagraph = startOfNextParagraph(endingSelection().visibleStart());

Completed in 126 milliseconds