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