HomeSort by relevance Sort by last modified time
    Searched refs:preservesTypingStyle (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertLineBreakCommand.h 45 virtual bool preservesTypingStyle() const OVERRIDE;
FormatBlockCommand.h 48 virtual bool preservesTypingStyle() const OVERRIDE { return true; }
IndentOutdentCommand.h 42 virtual bool preservesTypingStyle() const OVERRIDE { return true; }
InsertListCommand.h 44 virtual bool preservesTypingStyle() const OVERRIDE { return true; }
InsertParagraphSeparatorCommand.h 56 virtual bool preservesTypingStyle() const OVERRIDE;
DeleteSelectionCommand.h 55 virtual bool preservesTypingStyle() const OVERRIDE;
InsertLineBreakCommand.cpp 50 bool InsertLineBreakCommand::preservesTypingStyle() const
TypingCommand.h 102 virtual bool preservesTypingStyle() const OVERRIDE { return m_preservesTypingStyle; }
CompositeEditCommand.h 83 virtual bool preservesTypingStyle() const;
InsertParagraphSeparatorCommand.cpp 68 bool InsertParagraphSeparatorCommand::preservesTypingStyle() const
DeleteSelectionCommand.cpp     [all...]
Editor.cpp 695 if (!cmd->preservesTypingStyle())
    [all...]
CompositeEditCommand.cpp 223 bool CompositeEditCommand::preservesTypingStyle() const
    [all...]

Completed in 197 milliseconds