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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
CompositeEditCommand.h 155 void moveParagraph(const VisiblePosition&, const VisiblePosition&, const VisiblePosition&, bool preserveSelection = false, bool preserveStyle = true, Node* constrainingAncestor = 0);
IndentOutdentCommand.cpp 190 moveParagraph(startOfParagraph(visibleStartOfParagraph), endOfParagraph(visibleEndOfParagraph), positionBeforeNode(placeholder.get()), true);
InsertListCommand.cpp 154 // since moveParagraph and movePragraphWithClones can remove nodes.
391 moveParagraph(start, end, positionBeforeNode(placeholder.get()), true);
ReplaceSelectionCommand.cpp     [all...]
DeleteSelectionCommand.cpp 664 moveParagraph(startOfParagraphToMove, endOfParagraphToMove, mergeDestination, false, !paragraphToMergeIsEmpty);
666 // The endingPosition was likely clobbered by the move, so recompute it (moveParagraph selects the moved paragraph).
    [all...]
CompositeEditCommand.cpp     [all...]

Completed in 38 milliseconds