OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:preservesTypingStyle
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
FormatBlockCommand.h
48
virtual bool
preservesTypingStyle
() const { return true; }
IndentOutdentCommand.h
42
virtual bool
preservesTypingStyle
() const { return true; }
InsertLineBreakCommand.cpp
51
bool InsertLineBreakCommand::
preservesTypingStyle
() const
InsertListCommand.h
46
virtual bool
preservesTypingStyle
() const { return true; }
ModifySelectionListLevel.cpp
43
bool ModifySelectionListLevelCommand::
preservesTypingStyle
() const
InsertParagraphSeparatorCommand.cpp
68
bool InsertParagraphSeparatorCommand::
preservesTypingStyle
() const
TypingCommand.h
103
virtual bool
preservesTypingStyle
() const { return m_preservesTypingStyle; }
DeleteSelectionCommand.cpp
[
all
...]
CompositeEditCommand.cpp
244
bool CompositeEditCommand::
preservesTypingStyle
() const
[
all
...]
Completed in 563 milliseconds