Searched refs:preservesTypingStyle (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DInsertLineBreakCommand.h45 virtual bool preservesTypingStyle() const;
H A DFormatBlockCommand.h41 virtual bool preservesTypingStyle() const { return true; } function in class:WebCore::FormatBlockCommand
H A DIndentOutdentCommand.h42 virtual bool preservesTypingStyle() const { return true; } function in class:WebCore::IndentOutdentCommand
H A DInsertListCommand.h46 virtual bool preservesTypingStyle() const { return true; } function in class:WebCore::InsertListCommand
H A DInsertParagraphSeparatorCommand.h54 virtual bool preservesTypingStyle() const;
H A DEditCommand.h58 virtual bool preservesTypingStyle() const;
H A DModifySelectionListLevel.h45 virtual bool preservesTypingStyle() const;
H A DDeleteSelectionCommand.h53 virtual bool preservesTypingStyle() const;
H A DEditCommand.cpp182 bool EditCommand::preservesTypingStyle() const function in class:WebCore::EditCommand
H A DTypingCommand.h103 virtual bool preservesTypingStyle() const { return m_preservesTypingStyle; } function in class:WebCore::TypingCommand
H A DInsertLineBreakCommand.cpp49 bool InsertLineBreakCommand::preservesTypingStyle() const function in class:WebCore::InsertLineBreakCommand
H A DModifySelectionListLevel.cpp43 bool ModifySelectionListLevelCommand::preservesTypingStyle() const function in class:WebCore::ModifySelectionListLevelCommand
H A DInsertParagraphSeparatorCommand.cpp68 bool InsertParagraphSeparatorCommand::preservesTypingStyle() const function in class:WebCore::InsertParagraphSeparatorCommand
H A DDeleteSelectionCommand.cpp834 bool DeleteSelectionCommand::preservesTypingStyle() const function in class:WebCore::DeleteSelectionCommand
H A DEditor.cpp1000 if (!cmd->preservesTypingStyle())

Completed in 634 milliseconds