Home
last modified time | relevance | path

Searched defs:preservesTypingStyle (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/editing/
DFormatBlockCommand.h41 virtual bool preservesTypingStyle() const { return true; } in preservesTypingStyle() function
DIndentOutdentCommand.h42 virtual bool preservesTypingStyle() const { return true; } in preservesTypingStyle() function
DInsertListCommand.h46 virtual bool preservesTypingStyle() const { return true; } in preservesTypingStyle() function
DInsertLineBreakCommand.cpp49 bool InsertLineBreakCommand::preservesTypingStyle() const in preservesTypingStyle() function in WebCore::InsertLineBreakCommand
DEditCommand.cpp182 bool EditCommand::preservesTypingStyle() const in preservesTypingStyle() function in WebCore::EditCommand
DTypingCommand.h103 virtual bool preservesTypingStyle() const { return m_preservesTypingStyle; } in preservesTypingStyle() function
DInsertParagraphSeparatorCommand.cpp68 bool InsertParagraphSeparatorCommand::preservesTypingStyle() const in preservesTypingStyle() function in WebCore::InsertParagraphSeparatorCommand
DModifySelectionListLevel.cpp43 bool ModifySelectionListLevelCommand::preservesTypingStyle() const in preservesTypingStyle() function in WebCore::ModifySelectionListLevelCommand
DDeleteSelectionCommand.cpp834 bool DeleteSelectionCommand::preservesTypingStyle() const in preservesTypingStyle() function in WebCore::DeleteSelectionCommand