/external/webkit/WebCore/editing/ |
D | InsertLineBreakCommand.h | 45 virtual bool preservesTypingStyle() const;
|
D | InsertParagraphSeparatorCommand.h | 50 virtual bool preservesTypingStyle() const;
|
D | InsertListCommand.h | 46 virtual bool preservesTypingStyle() const { return true; } in preservesTypingStyle() function
|
D | IndentOutdentCommand.h | 41 virtual bool preservesTypingStyle() const { return true; } in preservesTypingStyle() function
|
D | ModifySelectionListLevel.h | 45 virtual bool preservesTypingStyle() const;
|
D | EditCommand.h | 59 virtual bool preservesTypingStyle() const;
|
D | DeleteSelectionCommand.h | 51 virtual bool preservesTypingStyle() const;
|
D | TypingCommand.h | 82 virtual bool preservesTypingStyle() const { return m_preservesTypingStyle; } in preservesTypingStyle() function
|
D | EditCommand.cpp | 183 bool EditCommand::preservesTypingStyle() const in preservesTypingStyle() function in WebCore::EditCommand
|
D | InsertLineBreakCommand.cpp | 50 bool InsertLineBreakCommand::preservesTypingStyle() const in preservesTypingStyle() function in WebCore::InsertLineBreakCommand
|
D | ModifySelectionListLevel.cpp | 43 bool ModifySelectionListLevelCommand::preservesTypingStyle() const in preservesTypingStyle() function in WebCore::ModifySelectionListLevelCommand
|
D | InsertParagraphSeparatorCommand.cpp | 53 bool InsertParagraphSeparatorCommand::preservesTypingStyle() const in preservesTypingStyle() function in WebCore::InsertParagraphSeparatorCommand
|
D | DeleteSelectionCommand.cpp | 794 bool DeleteSelectionCommand::preservesTypingStyle() const in preservesTypingStyle() function in WebCore::DeleteSelectionCommand
|
D | Editor.cpp | 875 if (!cmd->preservesTypingStyle()) in appliedEditing()
|
/external/webkit/WebCore/ |
D | ChangeLog-2005-08-23 | 25465 (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 …]
|
D | ChangeLog-2008-08-10 | 9865 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 9898 … preservesTypingStyle(). 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.
|
D | ChangeLog | 19861 * editing/TypingCommand.h: (WebCore::TypingCommand::preservesTypingStyle):
|
D | ChangeLog-2006-05-10 | 16997 (WebCore::ModifySelectionListLevelCommand::preservesTypingStyle):
|