HomeSort by relevance Sort by last modified time
    Searched refs:InsertListCommand (Results 1 - 7 of 7) 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...]
EditingAllInOne.cpp 47 #include <InsertListCommand.cpp>
IndentOutdentCommand.cpp 34 #include "InsertListCommand.h"
126 // Use InsertListCommand to remove the selection from the list
128 applyCommandToComposite(InsertListCommand::create(document(), InsertListCommand::OrderedList));
132 applyCommandToComposite(InsertListCommand::create(document(), InsertListCommand::UnorderedList));
EditorCommand.cpp 49 #include "InsertListCommand.h"
534 applyCommand(InsertListCommand::create(frame->document(), InsertListCommand::OrderedList));
557 applyCommand(InsertListCommand::create(frame->document(), InsertListCommand::UnorderedList));
    [all...]
Editor.cpp 61 #include "InsertListCommand.h"
714 RefPtr<Node> newList = InsertListCommand::insertList(m_frame->document(), InsertListCommand::OrderedList);
724 RefPtr<Node> newList = InsertListCommand::insertList(m_frame->document(), InsertListCommand::UnorderedList);
    [all...]
  /external/webkit/Source/WebCore/
Android.mk 241 editing/InsertListCommand.cpp \
    [all...]

Completed in 73 milliseconds