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

  /external/webkit/Source/WebCore/editing/
InsertLineBreakCommand.h 45 virtual bool preservesTypingStyle() const;
FormatBlockCommand.h 41 virtual bool preservesTypingStyle() const { return true; }
InsertParagraphSeparatorCommand.h 54 virtual bool preservesTypingStyle() const;
EditCommand.h 58 virtual bool preservesTypingStyle() const;
IndentOutdentCommand.h 42 virtual bool preservesTypingStyle() const { return true; }
InsertListCommand.h 46 virtual bool preservesTypingStyle() const { return true; }
DeleteSelectionCommand.h 53 virtual bool preservesTypingStyle() const;
ModifySelectionListLevel.h 45 virtual bool preservesTypingStyle() const;
EditCommand.cpp 182 bool EditCommand::preservesTypingStyle() const
TypingCommand.h 103 virtual bool preservesTypingStyle() const { return m_preservesTypingStyle; }
InsertLineBreakCommand.cpp 49 bool InsertLineBreakCommand::preservesTypingStyle() const
ModifySelectionListLevel.cpp 43 bool ModifySelectionListLevelCommand::preservesTypingStyle() const
InsertParagraphSeparatorCommand.cpp 68 bool InsertParagraphSeparatorCommand::preservesTypingStyle() const
DeleteSelectionCommand.cpp     [all...]
Editor.cpp     [all...]

Completed in 48 milliseconds