Searched refs:ModifySelectionListLevelCommand (Results 1 – 5 of 5) sorted by relevance
38 ModifySelectionListLevelCommand::ModifySelectionListLevelCommand(Document* document) in ModifySelectionListLevelCommand() function in WebCore::ModifySelectionListLevelCommand43 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()
36 class ModifySelectionListLevelCommand : public CompositeEditCommand {38 ModifySelectionListLevelCommand(Document*);49 class IncreaseSelectionListLevelCommand : public ModifySelectionListLevelCommand {68 class DecreaseSelectionListLevelCommand : public ModifySelectionListLevelCommand {
6132 * 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 …]
52116 … - Renamed ModifySelectionListLevelCommand .cpp and .h to ModifySelectionListLevel .cpp and .h52125 of ModifySelectionListLevelCommand.52132 - Renamed from ModifySelectionListLevelCommand.cpp52133 - Made ModifySelectionListLevelCommand class into a useful base class for new52136 (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 ModifySelectionListLevelCommand52160 - No functional changes other than to become a subclass of ModifySelectionListLevelCommand[all …]
60264 (WebCore::ModifySelectionListLevelCommand::appendSiblingNodeRange): Use Element*.