Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DModifySelectionListLevel.cpp236 DecreaseSelectionListLevelCommand::DecreaseSelectionListLevelCommand(Document* document) in DecreaseSelectionListLevelCommand() function in WebCore::DecreaseSelectionListLevelCommand
254 void DecreaseSelectionListLevelCommand::doApply() in doApply()
281 bool DecreaseSelectionListLevelCommand::canDecreaseSelectionListLevel(Document* document) in canDecreaseSelectionListLevel()
288 void DecreaseSelectionListLevelCommand::decreaseSelectionListLevel(Document* document) in decreaseSelectionListLevel()
292 applyCommand(new DecreaseSelectionListLevelCommand(document)); in decreaseSelectionListLevel()
DModifySelectionListLevel.h68 class DecreaseSelectionListLevelCommand : public ModifySelectionListLevelCommand {
74 DecreaseSelectionListLevelCommand(Document*);
DEditor.cpp640 …return canEditRichly() && DecreaseSelectionListLevelCommand::canDecreaseSelectionListLevel(m_frame… in canDecreaseSelectionListLevel()
678 DecreaseSelectionListLevelCommand::decreaseSelectionListLevel(m_frame->document()); in decreaseSelectionListLevel()
/external/webkit/WebCore/
DChangeLog-2006-12-3133337 (WebCore::DecreaseSelectionListLevelCommand::canDecreaseSelectionListLevel):
36521 … (WebCore::DecreaseSelectionListLevelCommand::doApply): Updated for change to canDecreaseListLevel.
36522 (WebCore::DecreaseSelectionListLevelCommand::canDecreaseSelectionListLevel): Ditto.
36523 (WebCore::DecreaseSelectionListLevelCommand::decreaseSelectionListLevel): Changed to not use
52124 … - Call functions in IncreaseSelectionListLevelCommand or DecreaseSelectionListLevelCommand instead
52134 classes IncreaseSelectionListLevelCommand and DecreaseSelectionListLevelCommand.
52140 …elCommand is base class for IncreaseSelectionListLevelCommand and DecreaseSelectionListLevelCommand
52155 (WebCore::DecreaseSelectionListLevelCommand::DecreaseSelectionListLevelCommand):
52157 (WebCore::DecreaseSelectionListLevelCommand::doApply):
52158 (WebCore::DecreaseSelectionListLevelCommand::canDecreaseSelectionListLevel):
[all …]
DChangeLog-2008-08-1011821 (WebCore::DecreaseSelectionListLevelCommand::canDecreaseSelectionListLevel):
DChangeLog-2009-06-1638657 (WebCore::DecreaseSelectionListLevelCommand::doApply):