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

/macosx-10.10/WebCore-7600.1.25/editing/
H A DInsertLineBreakCommand.h45 virtual bool preservesTypingStyle() const;
H A DFormatBlockCommand.h48 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.h47 virtual bool preservesTypingStyle() const { return true; } function in class:WebCore::InsertListCommand
H A DInsertParagraphSeparatorCommand.h54 virtual bool preservesTypingStyle() const;
H A DModifySelectionListLevel.h45 virtual bool preservesTypingStyle() const;
H A DDeleteSelectionCommand.h55 virtual bool preservesTypingStyle() const;
H A DTypingCommand.h110 virtual bool preservesTypingStyle() const { return m_preservesTypingStyle; } function in class:WebCore::TypingCommand
H A DInsertLineBreakCommand.cpp50 bool InsertLineBreakCommand::preservesTypingStyle() const function in class:WebCore::InsertLineBreakCommand
H A DCompositeEditCommand.h86 virtual bool preservesTypingStyle() const;
H A DModifySelectionListLevel.cpp43 bool ModifySelectionListLevelCommand::preservesTypingStyle() const function in class:WebCore::ModifySelectionListLevelCommand
H A DInsertParagraphSeparatorCommand.cpp69 bool InsertParagraphSeparatorCommand::preservesTypingStyle() const function in class:WebCore::InsertParagraphSeparatorCommand
H A DDeleteSelectionCommand.cpp903 bool DeleteSelectionCommand::preservesTypingStyle() const function in class:WebCore::DeleteSelectionCommand
H A DCompositeEditCommand.cpp252 bool CompositeEditCommand::preservesTypingStyle() const function in class:WebCore::CompositeEditCommand
H A DEditor.cpp1085 if (!cmd->preservesTypingStyle())

Completed in 206 milliseconds