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

  /external/webkit/WebCore/editing/
CompositeEditCommand.h 105 void moveParagraphWithClones(const VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, Element* blockElement, Node* outerNode);
IndentOutdentCommand.cpp 96 moveParagraphWithClones(startOfParagraph(endOfCurrentParagraph), endOfCurrentParagraph, newList.get(), selectedListItem);
129 moveParagraphWithClones(startOfParagraph(endOfCurrentParagraph), endOfCurrentParagraph, targetBlockquote.get(), outerBlock.get());
CompositeEditCommand.cpp 836 void CompositeEditCommand::moveParagraphWithClones(const VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, Element* blockElement, Node* outerNode)
    [all...]

Completed in 33 milliseconds