HomeSort by relevance Sort by last modified time
    Searched defs:IndentOutdentCommand (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/editing/
IndentOutdentCommand.h 33 class IndentOutdentCommand : public CompositeEditCommand {
36 static PassRefPtr<IndentOutdentCommand> create(Document* document, EIndentType type, int marginInPixels = 0)
38 return adoptRef(new IndentOutdentCommand(document, type, marginInPixels));
44 IndentOutdentCommand(Document*, EIndentType, int marginInPixels);
IndentOutdentCommand.cpp 27 #include "IndentOutdentCommand.h"
65 IndentOutdentCommand::IndentOutdentCommand(Document* document, EIndentType typeOfAction, int marginInPixels)
70 bool IndentOutdentCommand::tryIndentingAsListItem(const VisiblePosition& endOfCurrentParagraph)
106 void IndentOutdentCommand::indentIntoBlockquote(const VisiblePosition& endOfCurrentParagraph, const VisiblePosition& endOfNextParagraph, RefPtr<Element>& targetBlockquote)
137 void IndentOutdentCommand::indentRegion(const VisiblePosition& startOfSelection, const VisiblePosition& endOfSelection)
177 void IndentOutdentCommand::outdentParagraph()
240 void IndentOutdentCommand::outdentRegion(const VisiblePosition& startOfSelection, const VisiblePosition& endOfSelection)
276 void IndentOutdentCommand::doApply()

Completed in 14 milliseconds