OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DecreaseSelectionListLevelCommand
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
ModifySelectionListLevel.h
34
// It is the base class of IncreaseSelectionListLevelCommand and
DecreaseSelectionListLevelCommand
.
73
//
DecreaseSelectionListLevelCommand
moves the selected list items one level shallower.
74
class
DecreaseSelectionListLevelCommand
: public ModifySelectionListLevelCommand {
80
static PassRefPtr<
DecreaseSelectionListLevelCommand
> create(Document& document)
82
return adoptRef(new
DecreaseSelectionListLevelCommand
(document));
85
explicit
DecreaseSelectionListLevelCommand
(Document&);
ModifySelectionListLevel.cpp
235
DecreaseSelectionListLevelCommand
::
DecreaseSelectionListLevelCommand
(Document& document)
253
void
DecreaseSelectionListLevelCommand
::doApply()
280
bool
DecreaseSelectionListLevelCommand
::canDecreaseSelectionListLevel(Document& document)
287
void
DecreaseSelectionListLevelCommand
::decreaseSelectionListLevel(Document& document)
Completed in 103 milliseconds