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

  /external/webkit/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"
40 PassRefPtr<HTMLElement> InsertListCommand::insertList(Document* document, Type type)
42 RefPtr<InsertListCommand> insertCommand = new InsertListCommand(document, type);
47 HTMLElement* InsertListCommand::fixOrphanedListChild(Node* node)
57 InsertListCommand::InsertListCommand(Document* document, Type type)
62 bool InsertListCommand::modifyRange()
107 void InsertListCommand::doApply()

Completed in 527 milliseconds