OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSimpleEditCommand
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
EditCommand.h
49
virtual bool
isSimpleEditCommand
() const { return false; }
89
virtual bool
isSimpleEditCommand
() const OVERRIDE FINAL { return true; }
92
DEFINE_TYPE_CASTS(SimpleEditCommand, EditCommand, command, command->
isSimpleEditCommand
(), command.
isSimpleEditCommand
());
CompositeEditCommand.cpp
250
if (command->
isSimpleEditCommand
()) {
[
all
...]
Completed in 28 milliseconds