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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyBlockElementCommand.cpp 133 VisiblePosition endOfNextParagraph = endOfNextParagrahSplittingTextNodesIfNeeded(endOfCurrentParagraph, start, end);
139 if (enclosingCell && enclosingCell != enclosingNodeOfType(endOfNextParagraph.deepEquivalent(), &isTableCell))
147 // Sanity check: Make sure our moveParagraph calls didn't remove endOfNextParagraph.deepEquivalent().deprecatedNode()
149 if (endOfNextParagraph.isNotNull() && !endOfNextParagraph.deepEquivalent().anchorNode()->inDocument()) {
153 endOfCurrentParagraph = endOfNextParagraph;
243 VisiblePosition endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next());
244 Position position = endOfNextParagraph.deepEquivalent();
247 return endOfNextParagraph;
251 return endOfNextParagraph;
    [all...]
IndentOutdentCommand.cpp 198 VisiblePosition endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next());
207 // is in a list item. As a result, endAfterSelection and endOfNextParagraph
212 if (endOfNextParagraph.isNotNull() && !endOfNextParagraph.deepEquivalent().anchorNode()->inDocument()) {
214 endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next());
216 endOfCurrentParagraph = endOfNextParagraph;

Completed in 1333 milliseconds