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

  /external/webkit/Source/WebCore/editing/
FormatBlockCommand.h 41 virtual bool preservesTypingStyle() const { return true; }
IndentOutdentCommand.h 42 virtual bool preservesTypingStyle() const { return true; }
InsertLineBreakCommand.cpp 49 bool InsertLineBreakCommand::preservesTypingStyle() const
InsertListCommand.h 46 virtual bool preservesTypingStyle() const { return true; }
EditCommand.cpp 182 bool EditCommand::preservesTypingStyle() const
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...]

Completed in 102 milliseconds