Home | History | Annotate | Download | only in editing

Lines Matching defs:InsertListCommand

28 #include "InsertListCommand.h"
48 PassRefPtr<HTMLElement> InsertListCommand::insertList(Document* document, Type type)
50 RefPtr<InsertListCommand> insertCommand = create(document, type);
55 HTMLElement* InsertListCommand::fixOrphanedListChild(Node* node)
65 PassRefPtr<HTMLElement> InsertListCommand::mergeWithNeighboringLists(PassRefPtr<HTMLElement> passedList)
83 bool InsertListCommand::selectionHasListOfType(const VisibleSelection& selection, const QualifiedName& listTag)
101 InsertListCommand::InsertListCommand(Document* document, Type type)
106 void InsertListCommand::doApply()
189 void InsertListCommand::doApplyForSingleParagraph(bool forceCreateList, const QualifiedName& listTag, Range* currentSelection)
253 void InsertListCommand::unlistifyParagraph(const VisiblePosition& originalStart, HTMLElement* listNode, Node* listChildNode)
328 PassRefPtr<HTMLElement> InsertListCommand::listifyParagraph(const VisiblePosition& originalStart, const QualifiedName& listTag)