Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DInsertLineBreakCommand.h45 virtual bool preservesTypingStyle() const;
DInsertParagraphSeparatorCommand.h50 virtual bool preservesTypingStyle() const;
DInsertListCommand.h46 virtual bool preservesTypingStyle() const { return true; } in preservesTypingStyle() function
DIndentOutdentCommand.h41 virtual bool preservesTypingStyle() const { return true; } in preservesTypingStyle() function
DModifySelectionListLevel.h45 virtual bool preservesTypingStyle() const;
DEditCommand.h59 virtual bool preservesTypingStyle() const;
DDeleteSelectionCommand.h51 virtual bool preservesTypingStyle() const;
DTypingCommand.h82 virtual bool preservesTypingStyle() const { return m_preservesTypingStyle; } in preservesTypingStyle() function
DEditCommand.cpp183 bool EditCommand::preservesTypingStyle() const in preservesTypingStyle() function in WebCore::EditCommand
DInsertLineBreakCommand.cpp50 bool InsertLineBreakCommand::preservesTypingStyle() const in preservesTypingStyle() function in WebCore::InsertLineBreakCommand
DModifySelectionListLevel.cpp43 bool ModifySelectionListLevelCommand::preservesTypingStyle() const in preservesTypingStyle() function in WebCore::ModifySelectionListLevelCommand
DInsertParagraphSeparatorCommand.cpp53 bool InsertParagraphSeparatorCommand::preservesTypingStyle() const in preservesTypingStyle() function in WebCore::InsertParagraphSeparatorCommand
DDeleteSelectionCommand.cpp794 bool DeleteSelectionCommand::preservesTypingStyle() const in preservesTypingStyle() function in WebCore::DeleteSelectionCommand
DEditor.cpp875 if (!cmd->preservesTypingStyle()) in appliedEditing()
/external/webkit/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.
DChangeLog19861 * editing/TypingCommand.h: (WebCore::TypingCommand::preservesTypingStyle):
DChangeLog-2006-05-1016997 (WebCore::ModifySelectionListLevelCommand::preservesTypingStyle):