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

  /external/webkit/Source/WebCore/editing/
ApplyBlockElementCommand.cpp 125 VisiblePosition endOfNextParagraph = endOfNextParagrahSplittingTextNodesIfNeeded(endOfCurrentParagraph, start, end);
131 if (enclosingCell && enclosingCell != enclosingNodeOfType(endOfNextParagraph.deepEquivalent(), &isTableCell))
139 // Sanity check: Make sure our moveParagraph calls didn't remove endOfNextParagraph.deepEquivalent().deprecatedNode()
141 if (endOfNextParagraph.isNotNull() && !endOfNextParagraph.deepEquivalent().anchorNode()->inDocument()) {
145 endOfCurrentParagraph = endOfNextParagraph;
242 VisiblePosition endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next());
243 Position position = endOfNextParagraph.deepEquivalent();
246 return endOfNextParagraph;
251 return endOfNextParagraph;
    [all...]
IndentOutdentCommand.cpp 197 VisiblePosition endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next());
206 // is in a list item. As a result, endAfterSelection and endOfNextParagraph
211 if (endOfNextParagraph.isNotNull() && !endOfNextParagraph.deepEquivalent().anchorNode()->inDocument()) {
213 endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next());
215 endOfCurrentParagraph = endOfNextParagraph;

Completed in 29 milliseconds