Home
last modified time | relevance | path

Searched refs:IncreaseSelectionListLevelCommand (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/editing/
DModifySelectionListLevel.cpp137 IncreaseSelectionListLevelCommand::IncreaseSelectionListLevelCommand(Document* document, Type listT… in IncreaseSelectionListLevelCommand() function in WebCore::IncreaseSelectionListLevelCommand
171 void IncreaseSelectionListLevelCommand::doApply() in doApply()
205 bool IncreaseSelectionListLevelCommand::canIncreaseSelectionListLevel(Document* document) in canIncreaseSelectionListLevel()
212 PassRefPtr<Node> IncreaseSelectionListLevelCommand::increaseSelectionListLevel(Document* document, … in increaseSelectionListLevel()
216 RefPtr<IncreaseSelectionListLevelCommand> command = create(document, type); in increaseSelectionListLevel()
221 PassRefPtr<Node> IncreaseSelectionListLevelCommand::increaseSelectionListLevel(Document* document) in increaseSelectionListLevel()
226 PassRefPtr<Node> IncreaseSelectionListLevelCommand::increaseSelectionListLevelOrdered(Document* doc… in increaseSelectionListLevelOrdered()
231 PassRefPtr<Node> IncreaseSelectionListLevelCommand::increaseSelectionListLevelUnordered(Document* d… in increaseSelectionListLevelUnordered()
DModifySelectionListLevel.h49 class IncreaseSelectionListLevelCommand : public ModifySelectionListLevelCommand {
60 static PassRefPtr<IncreaseSelectionListLevelCommand> create(Document* document, Type type) in create()
62 return adoptRef(new IncreaseSelectionListLevelCommand(document, type)); in create()
65 IncreaseSelectionListLevelCommand(Document*, Type);
DEditor.cpp731 …return canEditRichly() && IncreaseSelectionListLevelCommand::canIncreaseSelectionListLevel(m_frame… in canIncreaseSelectionListLevel()
744 …RefPtr<Node> newList = IncreaseSelectionListLevelCommand::increaseSelectionListLevel(m_frame->docu… in increaseSelectionListLevel()
754 …RefPtr<Node> newList = IncreaseSelectionListLevelCommand::increaseSelectionListLevelOrdered(m_fram… in increaseSelectionListLevelOrdered()
764 …RefPtr<Node> newList = IncreaseSelectionListLevelCommand::increaseSelectionListLevelUnordered(m_fr… in increaseSelectionListLevelUnordered()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3133336 (WebCore::IncreaseSelectionListLevelCommand::canIncreaseSelectionListLevel):
36510 IncreaseSelectionListLevelCommand. Also changed m_listElement to be a RefPtr<Node>.
36513 (WebCore::IncreaseSelectionListLevelCommand::IncreaseSelectionListLevelCommand):
36516 … (WebCore::IncreaseSelectionListLevelCommand::doApply): Updated for change to canIncreaseListLevel.
36517 (WebCore::IncreaseSelectionListLevelCommand::canIncreaseSelectionListLevel): Ditto.
36518 (WebCore::IncreaseSelectionListLevelCommand::increaseSelectionListLevelWithType):
52124 … - Call functions in IncreaseSelectionListLevelCommand or DecreaseSelectionListLevelCommand instead
52134 classes IncreaseSelectionListLevelCommand and DecreaseSelectionListLevelCommand.
52140 …- ModifySelectionListLevelCommand is base class for IncreaseSelectionListLevelCommand and Decrease…
52142 (WebCore::IncreaseSelectionListLevelCommand::IncreaseSelectionListLevelCommand):
[all …]
DChangeLog-2007-10-1441785 (WebCore::IncreaseSelectionListLevelCommand::increaseSelectionListLevelWithType):
41786 (WebCore::IncreaseSelectionListLevelCommand::increaseSelectionListLevel):
41787 (WebCore::IncreaseSelectionListLevelCommand::increaseSelectionListLevelOrdered):
41788 (WebCore::IncreaseSelectionListLevelCommand::increaseSelectionListLevelUnordered):
DChangeLog-2009-06-1630748 (WebCore::IncreaseSelectionListLevelCommand::doApply): Ditto.
38656 (WebCore::IncreaseSelectionListLevelCommand::doApply):
53277 (WebCore::IncreaseSelectionListLevelCommand::doApply):
60265 (WebCore::IncreaseSelectionListLevelCommand::doApply): Ditto.
DChangeLog-2008-08-1011820 (WebCore::IncreaseSelectionListLevelCommand::canIncreaseSelectionListLevel):
13337 (WebCore::IncreaseSelectionListLevelCommand::increaseSelectionListLevelWithType):
DChangeLog-2010-12-06120279 (WebCore::IncreaseSelectionListLevelCommand::increaseSelectionListLevel):