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

  /external/webkit/Source/WebCore/editing/
InsertListCommand.h 35 class InsertListCommand : public CompositeEditCommand {
39 static PassRefPtr<InsertListCommand> create(Document* document, Type listType)
41 return adoptRef(new InsertListCommand(document, listType));
49 InsertListCommand(Document*, Type);
InsertListCommand.cpp 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* currentSelec (…)
    [all...]

Completed in 20 milliseconds