Searched refs:moveParagraphWithClones (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DIndentOutdentCommand.cpp81 moveParagraphWithClones(start, end, newList.get(), selectedListItem);
114 moveParagraphWithClones(start, end, targetBlockquote.get(), outerBlock.get());
H A DCompositeEditCommand.h110 void moveParagraphWithClones(const VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, Element* blockElement, Node* outerNode);
H A DFormatBlockCommand.cpp92 moveParagraphWithClones(start, end, blockNode.get(), outerBlock.get());
H A DInsertListCommand.cpp223 moveParagraphWithClones(firstPositionInNode(listNode.get()), lastPositionInNode(listNode.get()), newList.get(), outerBlock);
225 // Manually remove listNode because moveParagraphWithClones sometimes leaves it behind in the document.
227 // FIXME: This might be a bug in moveParagraphWithClones or deleteSelection.
234 // because moveParagraphWithClones could have removed them.
H A DCompositeEditCommand.cpp867 void CompositeEditCommand::moveParagraphWithClones(const VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, Element* blockElement, Node* outerNode) function in class:WebCore::CompositeEditCommand

Completed in 47 milliseconds