HomeSort by relevance Sort by last modified time
    Searched refs:DecreaseSelectionListLevelCommand (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/editing/
ModifySelectionListLevel.h 34 // It is the base class of IncreaseSelectionListLevelCommand and DecreaseSelectionListLevelCommand.
73 // DecreaseSelectionListLevelCommand moves the selected list items one level shallower.
74 class DecreaseSelectionListLevelCommand : public ModifySelectionListLevelCommand {
80 static PassRefPtr<DecreaseSelectionListLevelCommand> create(Document* document)
82 return adoptRef(new DecreaseSelectionListLevelCommand(document));
85 DecreaseSelectionListLevelCommand(Document*);
ModifySelectionListLevel.cpp 236 DecreaseSelectionListLevelCommand::DecreaseSelectionListLevelCommand(Document* document)
254 void DecreaseSelectionListLevelCommand::doApply()
281 bool DecreaseSelectionListLevelCommand::canDecreaseSelectionListLevel(Document* document)
288 void DecreaseSelectionListLevelCommand::decreaseSelectionListLevel(Document* document)
Editor.cpp 736 return canEditRichly() && DecreaseSelectionListLevelCommand::canDecreaseSelectionListLevel(m_frame->document());
774 DecreaseSelectionListLevelCommand::decreaseSelectionListLevel(m_frame->document());
    [all...]

Completed in 98 milliseconds