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

  /external/webkit/Source/WebCore/editing/
CompositeEditCommand.h 108 void moveParagraph(const VisiblePosition&, const VisiblePosition&, const VisiblePosition&, bool preserveSelection = false, bool preserveStyle = true);
IndentOutdentCommand.cpp 179 moveParagraph(startOfParagraph(visibleStartOfParagraph), endOfParagraph(visibleEndOfParagraph), positionBeforeNode(placeholder.get()), true);
InsertListCommand.cpp 151 // since moveParagraph and movePragraphWithClones can remove nodes.
385 moveParagraph(start, end, positionBeforeNode(placeholder.get()), true);
ReplaceSelectionCommand.cpp 748 moveParagraph(startOfParagraphToMove, endOfParagraph(startOfParagraphToMove), destination);
    [all...]
DeleteSelectionCommand.cpp 649 moveParagraph(startOfParagraphToMove, endOfParagraphToMove, mergeDestination, false, !paragraphToMergeIsEmpty);
651 // The endingPosition was likely clobbered by the move, so recompute it (moveParagraph selects the moved paragraph).
    [all...]
CompositeEditCommand.cpp     [all...]

Completed in 226 milliseconds