Home
last modified time | relevance | path

Searched refs:preservesTypingStyle (Results 1 – 20 of 20) sorted by relevance

/external/webkit/Source/WebCore/editing/
DInsertLineBreakCommand.h45 virtual bool preservesTypingStyle() const;
DFormatBlockCommand.h41 virtual bool preservesTypingStyle() const { return true; } in preservesTypingStyle() function
DInsertParagraphSeparatorCommand.h54 virtual bool preservesTypingStyle() const;
DIndentOutdentCommand.h42 virtual bool preservesTypingStyle() const { return true; } in preservesTypingStyle() function
DInsertListCommand.h46 virtual bool preservesTypingStyle() const { return true; } in preservesTypingStyle() function
DEditCommand.h58 virtual bool preservesTypingStyle() const;
DModifySelectionListLevel.h45 virtual bool preservesTypingStyle() const;
DDeleteSelectionCommand.h53 virtual bool preservesTypingStyle() const;
DTypingCommand.h103 virtual bool preservesTypingStyle() const { return m_preservesTypingStyle; } in preservesTypingStyle() function
DEditCommand.cpp182 bool EditCommand::preservesTypingStyle() const in preservesTypingStyle() function in WebCore::EditCommand
DInsertLineBreakCommand.cpp49 bool InsertLineBreakCommand::preservesTypingStyle() const in preservesTypingStyle() function in WebCore::InsertLineBreakCommand
DModifySelectionListLevel.cpp43 bool ModifySelectionListLevelCommand::preservesTypingStyle() const in preservesTypingStyle() function in WebCore::ModifySelectionListLevelCommand
DInsertParagraphSeparatorCommand.cpp68 bool InsertParagraphSeparatorCommand::preservesTypingStyle() const in preservesTypingStyle() function in WebCore::InsertParagraphSeparatorCommand
DDeleteSelectionCommand.cpp834 bool DeleteSelectionCommand::preservesTypingStyle() const in preservesTypingStyle() function in WebCore::DeleteSelectionCommand
DEditor.cpp1000 if (!cmd->preservesTypingStyle()) in appliedEditing()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2325465 (khtml::TypingCommand::preservesTypingStyle): Ditto.
27355 …(khtml::InsertLineBreakCommand::preservesTypingStyle): Now implemented, returning yes for this com…
27358 …(khtml::InsertParagraphSeparatorCommand::preservesTypingStyle): Now implemented, returning yes for…
27364 … (khtml::TypingCommand::preservesTypingStyle): Now yes for inserting line breaks and paragraphs.
29126 (khtml::RebalanceWhitespaceCommand::preservesTypingStyle): Ditto.
31816 (khtml::TypingCommand::preservesTypingStyle): Ditto.
32041 (khtml::TypingCommand::preservesTypingStyle): Ditto.
36666 Added virtual isInputTextCommand, isTypingCommand, and preservesTypingStyle functions.
36678 (khtml::EditCommandImpl::apply): Call new preservesTypingStyle function rather than checking
36684 (khtml::EditCommandImpl::preservesTypingStyle): Added. Returns false.
[all …]
DChangeLog-2008-08-109865 Second, indent, outdent and list creation returned false from preservesTypingStyle.
9866 The second problem couldn't be fixed by just adding preservesTypingStyle() { return true; }
9889 … (WebCore::DeleteSelectionCommand::preservesTypingStyle): Normally deletion doesn't preserve the
9898preservesTypingStyle(). For example, the deletion that removed an anchor (and stored it), may
9908 Made preservesTypingStyle() public, so that we can call it from Editor::appliedEditing().
9917 (WebCore::IndentOutdentCommand::preservesTypingStyle): Added, returns true.
9921 (WebCore::InsertListCommand::preservesTypingStyle): Added.
79137 (WebCore::TypingCommand::preservesTypingStyle): Handle DeleteSelection.
DChangeLog-2006-05-1016997 (WebCore::ModifySelectionListLevelCommand::preservesTypingStyle):
DChangeLog-2011-02-1636666 (WebCore::FormatBlockCommand::preservesTypingStyle):
DChangeLog-2010-01-2993747 * editing/TypingCommand.h: (WebCore::TypingCommand::preservesTypingStyle):