Home
last modified time | relevance | path

Searched refs:SimpleEditCommand (Results 1 – 25 of 33) sorted by relevance

12

/external/webkit/Source/WebCore/editing/
DEditCommand.h90 class SimpleEditCommand : public EditCommand {
92 SimpleEditCommand(Document* document) : EditCommand(document) { } in SimpleEditCommand() function
DSpellingCorrectionCommand.cpp42 class SpellingCorrectionRecordUndoCommand : public SimpleEditCommand {
50 : SimpleEditCommand(document) in SpellingCorrectionRecordUndoCommand()
DSetSelectionCommand.h34 class SetSelectionCommand : public SimpleEditCommand {
DRemoveNodeCommand.h33 class RemoveNodeCommand : public SimpleEditCommand {
DWrapContentsInDummySpanCommand.h35 class WrapContentsInDummySpanCommand : public SimpleEditCommand {
DReplaceNodeWithSpanCommand.h41 class ReplaceNodeWithSpanCommand : public SimpleEditCommand {
DJoinTextNodesCommand.h35 class JoinTextNodesCommand : public SimpleEditCommand {
DInsertNodeBeforeCommand.h33 class InsertNodeBeforeCommand : public SimpleEditCommand {
DAppendNodeCommand.h33 class AppendNodeCommand : public SimpleEditCommand {
DSetNodeAttributeCommand.cpp36 : SimpleEditCommand(element->document()) in SetNodeAttributeCommand()
DMergeIdenticalElementsCommand.h33 class MergeIdenticalElementsCommand : public SimpleEditCommand {
DDeleteFromTextNodeCommand.h35 class DeleteFromTextNodeCommand : public SimpleEditCommand {
DSplitTextNodeCommand.h35 class SplitTextNodeCommand : public SimpleEditCommand {
DInsertIntoTextNodeCommand.h35 class InsertIntoTextNodeCommand : public SimpleEditCommand {
DRemoveCSSPropertyCommand.h35 class RemoveCSSPropertyCommand : public SimpleEditCommand {
DSplitElementCommand.h33 class SplitElementCommand : public SimpleEditCommand {
DSetNodeAttributeCommand.h33 class SetNodeAttributeCommand : public SimpleEditCommand {
DRemoveCSSPropertyCommand.cpp35 : SimpleEditCommand(document) in RemoveCSSPropertyCommand()
DSetSelectionCommand.cpp34 : SimpleEditCommand(selection.base().anchorNode()->document()) in SetSelectionCommand()
DRemoveNodeCommand.cpp35 : SimpleEditCommand(node->document()) in RemoveNodeCommand()
DJoinTextNodesCommand.cpp34 : SimpleEditCommand(text1->document()), m_text1(text1), m_text2(text2) in JoinTextNodesCommand()
DDeleteFromTextNodeCommand.cpp35 : SimpleEditCommand(node->document()) in DeleteFromTextNodeCommand()
DAppendNodeCommand.cpp35 : SimpleEditCommand(parent->document()) in AppendNodeCommand()
DInsertNodeBeforeCommand.cpp35 : SimpleEditCommand(refChild->document()) in InsertNodeBeforeCommand()
DReplaceNodeWithSpanCommand.cpp45 : SimpleEditCommand(element->document()) in ReplaceNodeWithSpanCommand()

12