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

/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DInsertListCommand.h37 enum Type { OrderedList, UnorderedList }; enumerator in enum:WebCore::InsertListCommand::Type
H A DModifySelectionListLevel.h57 enum Type { InheritedListType, OrderedList, UnorderedList }; enumerator in enum:WebCore::IncreaseSelectionListLevelCommand::Type
H A DModifySelectionListLevel.cpp160 // UnorderedList create a new list node of the specified type. That is
195 case UnorderedList:
233 return increaseSelectionListLevel(document, UnorderedList);
H A DIndentOutdentCommand.cpp138 applyCommandToComposite(InsertListCommand::create(document(), InsertListCommand::UnorderedList)); member in class:WebCore::InsertListCommand
H A DEditorCommand.cpp565 applyCommand(InsertListCommand::create(frame->document(), InsertListCommand::UnorderedList));
H A DEditor.cpp634 RefPtr<Node> newList = InsertListCommand::insertList(m_frame->document(), InsertListCommand::UnorderedList);

Completed in 168 milliseconds