OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:increaseSelectionListLevel
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
ModifySelectionListLevel.cpp
212
PassRefPtr<Node> IncreaseSelectionListLevelCommand::
increaseSelectionListLevel
(Document& document, Type type)
220
PassRefPtr<Node> IncreaseSelectionListLevelCommand::
increaseSelectionListLevel
(Document& document)
222
return
increaseSelectionListLevel
(document, InheritedListType);
227
return
increaseSelectionListLevel
(document, OrderedList);
232
return
increaseSelectionListLevel
(document, UnorderedList);
Editor.cpp
610
PassRefPtr<Node> Editor::
increaseSelectionListLevel
()
616
RefPtr<Node> newList = IncreaseSelectionListLevelCommand::
increaseSelectionListLevel
(*m_frame.document());
[
all
...]
Completed in 71 milliseconds