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

/external/chromium_org/third_party/WebKit/Source/core/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.cpp554 return canEditRichly() && DecreaseSelectionListLevelCommand::canDecreaseSelectionListLevel(m_frame->document());
592 DecreaseSelectionListLevelCommand::decreaseSelectionListLevel(m_frame->document());

Completed in 85 milliseconds