Home
last modified time | relevance | path

Searched refs:ModifySelectionListLevelCommand (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/editing/
DModifySelectionListLevel.cpp38 ModifySelectionListLevelCommand::ModifySelectionListLevelCommand(Document* document) in ModifySelectionListLevelCommand() function in WebCore::ModifySelectionListLevelCommand
43 bool ModifySelectionListLevelCommand::preservesTypingStyle() const in preservesTypingStyle()
91 void ModifySelectionListLevelCommand::insertSiblingNodeRangeBefore(Node* startNode, Node* endNode, … in insertSiblingNodeRangeBefore()
106 void ModifySelectionListLevelCommand::insertSiblingNodeRangeAfter(Node* startNode, Node* endNode, N… in insertSiblingNodeRangeAfter()
122 void ModifySelectionListLevelCommand::appendSiblingNodeRange(Node* startNode, Node* endNode, Elemen… in appendSiblingNodeRange()
138 : ModifySelectionListLevelCommand(document) in IncreaseSelectionListLevelCommand()
237 : ModifySelectionListLevelCommand(document) in DecreaseSelectionListLevelCommand()
DModifySelectionListLevel.h36 class ModifySelectionListLevelCommand : public CompositeEditCommand {
38 ModifySelectionListLevelCommand(Document*);
49 class IncreaseSelectionListLevelCommand : public ModifySelectionListLevelCommand {
68 class DecreaseSelectionListLevelCommand : public ModifySelectionListLevelCommand {
/external/webkit/WebCore/
DChangeLog-2006-05-106132 * editing/ModifySelectionListLevelCommand.cpp:
10082 * editing/ModifySelectionListLevelCommand.cpp:
14379 * editing/ModifySelectionListLevelCommand.cpp:
14380 (WebCore::ModifySelectionListLevelCommand::canIncreaseSelectionListLevel):
14381 (WebCore::ModifySelectionListLevelCommand::canDecreaseSelectionListLevel):
14382 (WebCore::ModifySelectionListLevelCommand::increaseSelectionListLevel):
14383 (WebCore::ModifySelectionListLevelCommand::decreaseSelectionListLevel):
14388 (WebCore::ModifySelectionListLevelCommand::increaseListLevel):
14389 (WebCore::ModifySelectionListLevelCommand::decreaseListLevel):
14390 * editing/ModifySelectionListLevelCommand.h:
[all …]
DChangeLog-2006-12-3152116 … - Renamed ModifySelectionListLevelCommand .cpp and .h to ModifySelectionListLevel .cpp and .h
52125 of ModifySelectionListLevelCommand.
52132 - Renamed from ModifySelectionListLevelCommand.cpp
52133 - Made ModifySelectionListLevelCommand class into a useful base class for new
52136 (WebCore::ModifySelectionListLevelCommand::ModifySelectionListLevelCommand):
52138 (WebCore::ModifySelectionListLevelCommand::insertSiblingNodeRangeBefore):
52139 (WebCore::ModifySelectionListLevelCommand::appendSiblingNodeRange):
52140 …- ModifySelectionListLevelCommand is base class for IncreaseSelectionListLevelCommand and Decrease…
52151 - Now a subclass of ModifySelectionListLevelCommand
52160 - No functional changes other than to become a subclass of ModifySelectionListLevelCommand
[all …]
DChangeLog-2009-06-1660264 (WebCore::ModifySelectionListLevelCommand::appendSiblingNodeRange): Use Element*.