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

  /external/webkit/Source/WebCore/editing/
ModifySelectionListLevel.h 34 // It is the base class of IncreaseSelectionListLevelCommand and DecreaseSelectionListLevelCommand.
48 // IncreaseSelectionListLevelCommand moves the selected list items one level deeper.
49 class IncreaseSelectionListLevelCommand : public ModifySelectionListLevelCommand {
60 static PassRefPtr<IncreaseSelectionListLevelCommand> create(Document* document, Type type)
62 return adoptRef(new IncreaseSelectionListLevelCommand(document, type));
65 IncreaseSelectionListLevelCommand(Document*, Type);
ModifySelectionListLevel.cpp 137 IncreaseSelectionListLevelCommand::IncreaseSelectionListLevelCommand(Document* document, Type listType)
171 void IncreaseSelectionListLevelCommand::doApply()
205 bool IncreaseSelectionListLevelCommand::canIncreaseSelectionListLevel(Document* document)
212 PassRefPtr<Node> IncreaseSelectionListLevelCommand::increaseSelectionListLevel(Document* document, Type type)
216 RefPtr<IncreaseSelectionListLevelCommand> command = create(document, type);
221 PassRefPtr<Node> IncreaseSelectionListLevelCommand::increaseSelectionListLevel(Document* document)
226 PassRefPtr<Node> IncreaseSelectionListLevelCommand::increaseSelectionListLevelOrdered(Document* document)
231 PassRefPtr<Node> IncreaseSelectionListLevelCommand::increaseSelectionListLevelUnordered(Document* document)

Completed in 26 milliseconds