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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertListCommand.h 38 enum Type { OrderedList, UnorderedList };
IndentOutdentCommand.cpp 145 applyCommandToComposite(InsertListCommand::create(document(), InsertListCommand::OrderedList));
InsertListCommand.cpp 133 const HTMLQualifiedName& listTag = (m_type == OrderedList) ? olTag : ulTag;
EditorCommand.cpp 564 InsertListCommand::create(*frame.document(), InsertListCommand::OrderedList)->apply();
    [all...]

Completed in 153 milliseconds