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

  /external/webkit/WebCore/editing/
IndentOutdentCommand.h 41 virtual bool preservesTypingStyle() const { return true; }
InsertLineBreakCommand.cpp 50 bool InsertLineBreakCommand::preservesTypingStyle() const
InsertListCommand.h 46 virtual bool preservesTypingStyle() const { return true; }
EditCommand.cpp 183 bool EditCommand::preservesTypingStyle() const
ModifySelectionListLevel.cpp 43 bool ModifySelectionListLevelCommand::preservesTypingStyle() const
TypingCommand.h 82 virtual bool preservesTypingStyle() const { return m_preservesTypingStyle; }
InsertParagraphSeparatorCommand.cpp 69 bool InsertParagraphSeparatorCommand::preservesTypingStyle() const
DeleteSelectionCommand.cpp     [all...]

Completed in 41 milliseconds