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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
IndentOutdentCommand.h 34 class IndentOutdentCommand : public ApplyBlockElementCommand {
37 static PassRefPtr<IndentOutdentCommand> create(Document* document, EIndentType type, int marginInPixels = 0)
39 return adoptRef(new IndentOutdentCommand(document, type, marginInPixels));
45 IndentOutdentCommand(Document*, EIndentType, int marginInPixels);
IndentOutdentCommand.cpp 27 #include "core/editing/IndentOutdentCommand.h"
46 IndentOutdentCommand::IndentOutdentCommand(Document* document, EIndentType typeOfAction, int marginInPixels)
53 bool IndentOutdentCommand::tryIndentingAsListItem(const Position& start, const Position& end)
85 void IndentOutdentCommand::indentIntoBlockquote(const Position& start, const Position& end, RefPtr<Element>& targetBlockquote)
117 void IndentOutdentCommand::outdentParagraph()
184 void IndentOutdentCommand::outdentRegion(const VisiblePosition& startOfSelection, const VisiblePosition& endOfSelection)
220 void IndentOutdentCommand::formatSelection(const VisiblePosition& startOfSelection, const VisiblePosition& endOfSelection)
228 void IndentOutdentCommand::formatRange(const Position& start, const Position& end, const Position&, RefPtr<Element>& blockquoteForNextIndent)

Completed in 23 milliseconds