Searched refs:DecreaseSelectionListLevelCommand (Results 1 – 3 of 3) sorted by relevance
74 class DecreaseSelectionListLevelCommand : public ModifySelectionListLevelCommand {80 static PassRefPtr<DecreaseSelectionListLevelCommand> create(Document& document) in create()82 return adoptRef(new DecreaseSelectionListLevelCommand(document)); in create()85 explicit DecreaseSelectionListLevelCommand(Document&);
235 DecreaseSelectionListLevelCommand::DecreaseSelectionListLevelCommand(Document& document) in DecreaseSelectionListLevelCommand() function in WebCore::DecreaseSelectionListLevelCommand253 void DecreaseSelectionListLevelCommand::doApply() in doApply()280 bool DecreaseSelectionListLevelCommand::canDecreaseSelectionListLevel(Document& document) in canDecreaseSelectionListLevel()287 void DecreaseSelectionListLevelCommand::decreaseSelectionListLevel(Document& document) in decreaseSelectionListLevel()
607 …return canEditRichly() && DecreaseSelectionListLevelCommand::canDecreaseSelectionListLevel(*m_fram… in canDecreaseSelectionListLevel()649 DecreaseSelectionListLevelCommand::decreaseSelectionListLevel(*m_frame.document()); in decreaseSelectionListLevel()