OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:canIncreaseSelectionListLevel
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
ModifySelectionListLevel.cpp
48
// This needs to be static so it can be called by
canIncreaseSelectionListLevel
and canDecreaseSelectionListLevel
143
// This needs to be static so it can be called by
canIncreaseSelectionListLevel
205
bool IncreaseSelectionListLevelCommand::
canIncreaseSelectionListLevel
(Document& document)
Editor.cpp
598
bool Editor::
canIncreaseSelectionListLevel
()
601
return canEditRichly() && IncreaseSelectionListLevelCommand::
canIncreaseSelectionListLevel
(*m_frame.document());
[
all
...]
Completed in 27 milliseconds