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

/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DIndentOutdentCommand.cpp81 moveParagraphWithClones(start, end, newList.get(), selectedListItem.get());
120 moveParagraphWithClones(startOfContents, end, targetBlockquote.get(), outerBlock.get());
H A DFormatBlockCommand.cpp93 moveParagraphWithClones(start, end, blockNode.get(), outerBlock.get());
H A DCompositeEditCommand.h159 void moveParagraphWithClones(const VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, Element* blockElement, Node* outerNode);
H A DInsertListCommand.cpp224 moveParagraphWithClones(firstPositionInNode(listNode.get()), lastPositionInNode(listNode.get()), newList.get(), outerBlock);
226 // Manually remove listNode because moveParagraphWithClones sometimes leaves it behind in the document.
228 // FIXME: This might be a bug in moveParagraphWithClones or deleteSelection.
235 // because moveParagraphWithClones could have removed them.
H A DCompositeEditCommand.cpp1104 void CompositeEditCommand::moveParagraphWithClones(const VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, Element* blockElement, Node* outerNode) function in class:WebCore::CompositeEditCommand

Completed in 85 milliseconds