Home
last modified time | relevance | path

Searched refs:UnorderedList (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/editing/
DInsertListCommand.h37 enum Type { OrderedList, UnorderedList }; enumerator
DModifySelectionListLevel.cpp195 case UnorderedList: in doApply()
233 return increaseSelectionListLevelWithType(document, UnorderedList); in increaseSelectionListLevelUnordered()
DModifySelectionListLevel.h57 enum Type { InheritedListType, OrderedList, UnorderedList }; enumerator
DIndentOutdentCommand.cpp212 …plyCommandToComposite(InsertListCommand::create(document(), InsertListCommand::UnorderedList, "")); in outdentParagraph()
DEditorCommand.cpp519 …applyCommand(InsertListCommand::create(frame->document(), InsertListCommand::UnorderedList, value)… in executeInsertUnorderedList()
DEditor.cpp623 …de> newList = InsertListCommand::insertList(m_frame->document(), InsertListCommand::UnorderedList); in insertUnorderedList()