Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DModifySelectionListLevel.h74 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&);
DModifySelectionListLevel.cpp235 DecreaseSelectionListLevelCommand::DecreaseSelectionListLevelCommand(Document& document) in DecreaseSelectionListLevelCommand() function in WebCore::DecreaseSelectionListLevelCommand
253 void DecreaseSelectionListLevelCommand::doApply() in doApply()
280 bool DecreaseSelectionListLevelCommand::canDecreaseSelectionListLevel(Document& document) in canDecreaseSelectionListLevel()
287 void DecreaseSelectionListLevelCommand::decreaseSelectionListLevel(Document& document) in decreaseSelectionListLevel()
DEditor.cpp607 …return canEditRichly() && DecreaseSelectionListLevelCommand::canDecreaseSelectionListLevel(*m_fram… in canDecreaseSelectionListLevel()
649 DecreaseSelectionListLevelCommand::decreaseSelectionListLevel(*m_frame.document()); in decreaseSelectionListLevel()