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

/macosx-10.10/WebCore-7600.1.25/editing/
H A DApplyBlockElementCommand.cpp116 VisiblePosition endOfCurrentParagraph = endOfParagraph(startOfSelection); local
122 while (endOfCurrentParagraph != endAfterSelection && !atEnd) {
123 if (endOfCurrentParagraph.deepEquivalent() == m_endOfLastParagraph)
126 rangeForParagraphSplittingTextNodesIfNeeded(endOfCurrentParagraph, start, end);
127 endOfCurrentParagraph = end;
133 endOfCurrentParagraph = endOfBlock(end);
134 end = endOfCurrentParagraph.deepEquivalent();
139 VisiblePosition endOfNextParagraph = endOfNextParagrahSplittingTextNodesIfNeeded(endOfCurrentParagraph, start, end);
159 endOfCurrentParagraph = endOfNextParagraph;
194 void ApplyBlockElementCommand::rangeForParagraphSplittingTextNodesIfNeeded(const VisiblePosition& endOfCurrentParagraph, Positio argument
253 endOfNextParagrahSplittingTextNodesIfNeeded(VisiblePosition& endOfCurrentParagraph, Position& start, Position& end) argument
[all...]
H A DIndentOutdentCommand.cpp198 VisiblePosition endOfCurrentParagraph = endOfParagraph(startOfSelection); local
201 while (endOfCurrentParagraph != endAfterSelection) {
202 VisiblePosition endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next());
203 if (endOfCurrentParagraph == endOfLastParagraph)
206 setEndingSelection(endOfCurrentParagraph);
217 endOfCurrentParagraph = endingSelection().end();
218 endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next());
220 endOfCurrentParagraph = endOfNextParagraph;

Completed in 126 milliseconds