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

  /external/chromium_org/third_party/WebKit/Source/core/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 27 #include "core/editing/InsertListCommand.h"
49 PassRefPtr<HTMLElement> InsertListCommand::insertList(Document* document, Type type)
51 RefPtr<InsertListCommand> insertCommand = create(document, type);
56 HTMLElement* InsertListCommand::fixOrphanedListChild(Node* node)
66 PassRefPtr<HTMLElement> InsertListCommand::mergeWithNeighboringLists(PassRefPtr<HTMLElement> passedList)
84 bool InsertListCommand::selectionHasListOfType(const VisibleSelection& selection, const QualifiedName& listTag)
102 InsertListCommand::InsertListCommand(Document* document, Type type)
107 void InsertListCommand::doApply()
190 void InsertListCommand::doApplyForSingleParagraph(bool forceCreateList, const QualifiedName& listTag, Range* currentSelec (…)
    [all...]
IndentOutdentCommand.cpp 31 #include "core/editing/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));
Editor.cpp 50 #include "core/editing/InsertListCommand.h"
532 RefPtr<Node> newList = InsertListCommand::insertList(m_frame->document(), InsertListCommand::OrderedList);
542 RefPtr<Node> newList = InsertListCommand::insertList(m_frame->document(), InsertListCommand::UnorderedList);
    [all...]
EditorCommand.cpp 44 #include "core/editing/InsertListCommand.h"
541 applyCommand(InsertListCommand::create(frame->document(), InsertListCommand::OrderedList));
564 applyCommand(InsertListCommand::create(frame->document(), InsertListCommand::UnorderedList));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 204 third_party/WebKit/Source/core/editing/InsertListCommand.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 204 third_party/WebKit/Source/core/editing/InsertListCommand.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 204 third_party/WebKit/Source/core/editing/InsertListCommand.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 204 third_party/WebKit/Source/core/editing/InsertListCommand.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 204 third_party/WebKit/Source/core/editing/InsertListCommand.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 204 third_party/WebKit/Source/core/editing/InsertListCommand.cpp \
    [all...]

Completed in 65 milliseconds