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

  /external/webkit/Source/WebCore/editing/
IndentOutdentCommand.cpp 81 moveParagraphWithClones(start, end, newList.get(), selectedListItem);
114 moveParagraphWithClones(start, end, targetBlockquote.get(), outerBlock.get());
CompositeEditCommand.h 110 void moveParagraphWithClones(const VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, Element* blockElement, Node* outerNode);
FormatBlockCommand.cpp 92 moveParagraphWithClones(start, end, blockNode.get(), outerBlock.get());
InsertListCommand.cpp 223 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.
CompositeEditCommand.cpp     [all...]

Completed in 157 milliseconds