Home
last modified time | relevance | path

Searched refs:InsertListCommand (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DInsertListCommand.h35 class InsertListCommand : public CompositeEditCommand {
39 static PassRefPtr<InsertListCommand> create(Document& document, Type listType) in create()
41 return adoptRef(new InsertListCommand(document, listType)); in create()
49 InsertListCommand(Document&, Type);
DInsertListCommand.cpp49 PassRefPtr<HTMLElement> InsertListCommand::insertList(Document& document, Type type) in insertList()
51 RefPtr<InsertListCommand> insertCommand = create(document, type); in insertList()
56 HTMLElement* InsertListCommand::fixOrphanedListChild(Node* node) in fixOrphanedListChild()
66 PassRefPtr<HTMLElement> InsertListCommand::mergeWithNeighboringLists(PassRefPtr<HTMLElement> passed… in mergeWithNeighboringLists()
84 bool InsertListCommand::selectionHasListOfType(const VisibleSelection& selection, const QualifiedNa… in selectionHasListOfType()
102 InsertListCommand::InsertListCommand(Document& document, Type type) in InsertListCommand() function in WebCore::InsertListCommand
107 void InsertListCommand::doApply() in doApply()
194 void InsertListCommand::doApplyForSingleParagraph(bool forceCreateList, const QualifiedName& listTa… in doApplyForSingleParagraph()
257 void InsertListCommand::unlistifyParagraph(const VisiblePosition& originalStart, HTMLElement* listN… in unlistifyParagraph()
332 PassRefPtr<HTMLElement> InsertListCommand::listifyParagraph(const VisiblePosition& originalStart, c… in listifyParagraph()
DIndentOutdentCommand.cpp138 … applyCommandToComposite(InsertListCommand::create(document(), InsertListCommand::OrderedList)); in outdentParagraph()
142 … applyCommandToComposite(InsertListCommand::create(document(), InsertListCommand::UnorderedList)); in outdentParagraph()
DEditor.cpp582 …RefPtr<Node> newList = InsertListCommand::insertList(*m_frame.document(), InsertListCommand::Order… in insertOrderedList()
593 …RefPtr<Node> newList = InsertListCommand::insertList(*m_frame.document(), InsertListCommand::Unord… in insertUnorderedList()
DEditorCommand.cpp545 InsertListCommand::create(*frame.document(), InsertListCommand::OrderedList)->apply(); in executeInsertOrderedList()
571 InsertListCommand::create(*frame.document(), InsertListCommand::UnorderedList)->apply(); in executeInsertUnorderedList()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_remaining.target.linux-arm.mk238 third_party/WebKit/Source/core/editing/InsertListCommand.cpp \
Dwebcore_remaining.target.linux-x86.mk238 third_party/WebKit/Source/core/editing/InsertListCommand.cpp \
Dwebcore_remaining.target.linux-mips.mk238 third_party/WebKit/Source/core/editing/InsertListCommand.cpp \
Dwebcore_remaining.target.darwin-arm.mk238 third_party/WebKit/Source/core/editing/InsertListCommand.cpp \
Dwebcore_remaining.target.darwin-x86.mk238 third_party/WebKit/Source/core/editing/InsertListCommand.cpp \
Dwebcore_remaining.target.darwin-mips.mk238 third_party/WebKit/Source/core/editing/InsertListCommand.cpp \
Dcore.gypi895 'editing/InsertListCommand.cpp',
896 'editing/InsertListCommand.h',