HomeSort by relevance Sort by last modified time
    Searched refs:ModifySelectionListLevelCommand (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/editing/
ModifySelectionListLevel.h 33 // ModifySelectionListLevelCommand provides functions useful for both increasing and decreasing the list level.
36 class ModifySelectionListLevelCommand : public CompositeEditCommand {
38 ModifySelectionListLevelCommand(Document*);
49 class IncreaseSelectionListLevelCommand : public ModifySelectionListLevelCommand {
74 class DecreaseSelectionListLevelCommand : public ModifySelectionListLevelCommand {
ModifySelectionListLevel.cpp 38 ModifySelectionListLevelCommand::ModifySelectionListLevelCommand(Document* document)
43 bool ModifySelectionListLevelCommand::preservesTypingStyle() const
91 void ModifySelectionListLevelCommand::insertSiblingNodeRangeBefore(Node* startNode, Node* endNode, Node* refNode)
106 void ModifySelectionListLevelCommand::insertSiblingNodeRangeAfter(Node* startNode, Node* endNode, Node* refNode)
122 void ModifySelectionListLevelCommand::appendSiblingNodeRange(Node* startNode, Node* endNode, Element* newParent)
138 : ModifySelectionListLevelCommand(document)
237 : ModifySelectionListLevelCommand(document)

Completed in 82 milliseconds