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 157 void moveParagraph(const VisiblePosition&, const VisiblePosition&, const VisiblePosition&, bool preserveSelection = false, bool preserveStyle = true, Node* constrainingAncestor = 0);
IndentOutdentCommand.cpp 180 moveParagraph(startOfParagraph(visibleStartOfParagraph), endOfParagraph(visibleEndOfParagraph), positionBeforeNode(placeholder.get()), true);
InsertListCommand.cpp 152 // since moveParagraph and movePragraphWithClones can remove nodes.
387 moveParagraph(start, end, positionBeforeNode(placeholder.get()), true);
ReplaceSelectionCommand.cpp     [all...]
DeleteSelectionCommand.cpp 662 moveParagraph(startOfParagraphToMove, endOfParagraphToMove, mergeDestination, false, !paragraphToMergeIsEmpty);
664 // The endingPosition was likely clobbered by the move, so recompute it (moveParagraph selects the moved paragraph).
    [all...]
CompositeEditCommand.cpp     [all...]

Completed in 163 milliseconds