Searched refs:DecreaseSelectionListLevelCommand (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DModifySelectionListLevel.h34 // It is the base class of IncreaseSelectionListLevelCommand and DecreaseSelectionListLevelCommand.
73 // DecreaseSelectionListLevelCommand moves the selected list items one level shallower.
74 class DecreaseSelectionListLevelCommand : public ModifySelectionListLevelCommand { class in namespace:WebCore
80 static PassRefPtr<DecreaseSelectionListLevelCommand> create(Document* document)
82 return adoptRef(new DecreaseSelectionListLevelCommand(document));
85 explicit DecreaseSelectionListLevelCommand(Document*);
H A DModifySelectionListLevel.cpp236 DecreaseSelectionListLevelCommand::DecreaseSelectionListLevelCommand(Document* document) function in class:WebCore::DecreaseSelectionListLevelCommand
254 void DecreaseSelectionListLevelCommand::doApply()
281 bool DecreaseSelectionListLevelCommand::canDecreaseSelectionListLevel(Document* document)
288 void DecreaseSelectionListLevelCommand::decreaseSelectionListLevel(Document* document)
H A DEditor.cpp646 return canEditRichly() && DecreaseSelectionListLevelCommand::canDecreaseSelectionListLevel(m_frame->document());
684 DecreaseSelectionListLevelCommand::decreaseSelectionListLevel(m_frame->document());

Completed in 193 milliseconds