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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertListCommand.h 36 class InsertListCommand FINAL : public CompositeEditCommand {
40 static PassRefPtrWillBeRawPtr<InsertListCommand> create(Document& document, Type listType)
42 return adoptRefWillBeNoop(new InsertListCommand(document, listType));
50 InsertListCommand(Document&, Type);
InsertListCommand.cpp 27 #include "core/editing/InsertListCommand.h"
54 HTMLUListElement* InsertListCommand::fixOrphanedListChild(Node* node)
64 PassRefPtrWillBeRawPtr<HTMLElement> InsertListCommand::mergeWithNeighboringLists(PassRefPtrWillBeRawPtr<HTMLElement> passedList)
86 bool InsertListCommand::selectionHasListOfType(const VisibleSelection& selection, const HTMLQualifiedName& listTag)
104 InsertListCommand::InsertListCommand(Document& document, Type type)
109 void InsertListCommand::doApply()
203 void InsertListCommand::doApplyForSingleParagraph(bool forceCreateList, const HTMLQualifiedName& listTag, Range& currentSelection)
266 void InsertListCommand::unlistifyParagraph(const VisiblePosition& originalStart, HTMLElement* listElement, Node* listChildNode)
343 PassRefPtrWillBeRawPtr<HTMLElement> InsertListCommand::listifyParagraph(const VisiblePosition& originalStart, const HTMLQualifiedName& listTag
    [all...]
IndentOutdentCommand.cpp 32 #include "core/editing/InsertListCommand.h"
143 // Use InsertListCommand to remove the selection from the list
145 applyCommandToComposite(InsertListCommand::create(document(), InsertListCommand::OrderedList));
149 applyCommandToComposite(InsertListCommand::create(document(), InsertListCommand::UnorderedList));
EditorCommand.cpp 44 #include "core/editing/InsertListCommand.h"
564 InsertListCommand::create(*frame.document(), InsertListCommand::OrderedList)->apply();
590 InsertListCommand::create(*frame.document(), InsertListCommand::UnorderedList)->apply();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 276 third_party/WebKit/Source/core/editing/InsertListCommand.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 276 third_party/WebKit/Source/core/editing/InsertListCommand.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 276 third_party/WebKit/Source/core/editing/InsertListCommand.cpp \
    [all...]
webcore_remaining.target.darwin-mips64.mk 276 third_party/WebKit/Source/core/editing/InsertListCommand.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 276 third_party/WebKit/Source/core/editing/InsertListCommand.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 276 third_party/WebKit/Source/core/editing/InsertListCommand.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 276 third_party/WebKit/Source/core/editing/InsertListCommand.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 276 third_party/WebKit/Source/core/editing/InsertListCommand.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 276 third_party/WebKit/Source/core/editing/InsertListCommand.cpp \
    [all...]
webcore_remaining.target.linux-mips64.mk 276 third_party/WebKit/Source/core/editing/InsertListCommand.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 276 third_party/WebKit/Source/core/editing/InsertListCommand.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 276 third_party/WebKit/Source/core/editing/InsertListCommand.cpp \
    [all...]

Completed in 308 milliseconds