HomeSort by relevance Sort by last modified time
    Searched refs:InsertListCommand (Results 1 - 6 of 6) 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()
IndentOutdentCommand.cpp 34 #include "InsertListCommand.h"
186 // Use InsertListCommand to remove the selection from the list
188 applyCommandToComposite(InsertListCommand::create(document(), InsertListCommand::OrderedList));
192 applyCommandToComposite(InsertListCommand::create(document(), InsertListCommand::UnorderedList));
Editor.cpp 56 #include "InsertListCommand.h"
619 RefPtr<Node> newList = InsertListCommand::insertList(m_frame->document(), InsertListCommand::OrderedList);
629 RefPtr<Node> newList = InsertListCommand::insertList(m_frame->document(), InsertListCommand::UnorderedList);
    [all...]
EditorCommand.cpp 48 #include "InsertListCommand.h"
523 applyCommand(InsertListCommand::create(frame->document(), InsertListCommand::OrderedList));
546 applyCommand(InsertListCommand::create(frame->document(), InsertListCommand::UnorderedList));
    [all...]
  /external/webkit/WebCore/
Android.mk 205 editing/InsertListCommand.cpp \

Completed in 369 milliseconds