OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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