preservesTypingStyle 81 Source/core/editing/CompositeEditCommand.h virtual bool preservesTypingStyle() const; preservesTypingStyle 53 Source/core/editing/DeleteSelectionCommand.h virtual bool preservesTypingStyle() const OVERRIDE; preservesTypingStyle 696 Source/core/editing/Editor.cpp if (!cmd->preservesTypingStyle()) preservesTypingStyle 48 Source/core/editing/FormatBlockCommand.h virtual bool preservesTypingStyle() const OVERRIDE { return true; } preservesTypingStyle 42 Source/core/editing/IndentOutdentCommand.h virtual bool preservesTypingStyle() const OVERRIDE { return true; } preservesTypingStyle 45 Source/core/editing/InsertLineBreakCommand.h virtual bool preservesTypingStyle() const OVERRIDE; preservesTypingStyle 44 Source/core/editing/InsertListCommand.h virtual bool preservesTypingStyle() const OVERRIDE { return true; } preservesTypingStyle 54 Source/core/editing/InsertParagraphSeparatorCommand.h virtual bool preservesTypingStyle() const OVERRIDE; preservesTypingStyle 102 Source/core/editing/TypingCommand.h virtual bool preservesTypingStyle() const OVERRIDE { return m_preservesTypingStyle; }