HomeSort by relevance Sort by last modified time
    Searched refs:SimpleEditCommand (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/editing/
SetNodeAttributeCommand.cpp 36 : SimpleEditCommand(element->document())
59 SimpleEditCommand::trace(visitor);
AppendNodeCommand.cpp 34 : SimpleEditCommand(parent->document())
65 SimpleEditCommand::trace(visitor);
DeleteFromTextNodeCommand.cpp 36 : SimpleEditCommand(node->document())
74 SimpleEditCommand::trace(visitor);
RemoveCSSPropertyCommand.cpp 38 : SimpleEditCommand(document)
72 SimpleEditCommand::trace(visitor);
AppendNodeCommand.h 33 class AppendNodeCommand FINAL : public SimpleEditCommand {
DeleteFromTextNodeCommand.h 35 class DeleteFromTextNodeCommand FINAL : public SimpleEditCommand {
InsertIntoTextNodeCommand.h 35 class InsertIntoTextNodeCommand FINAL : public SimpleEditCommand {
MergeIdenticalElementsCommand.h 33 class MergeIdenticalElementsCommand FINAL : public SimpleEditCommand {
RemoveNodeCommand.h 33 class RemoveNodeCommand FINAL : public SimpleEditCommand {
ReplaceNodeWithSpanCommand.h 42 class ReplaceNodeWithSpanCommand FINAL : public SimpleEditCommand {
SplitTextNodeCommand.h 35 class SplitTextNodeCommand FINAL : public SimpleEditCommand {
WrapContentsInDummySpanCommand.h 35 class WrapContentsInDummySpanCommand FINAL : public SimpleEditCommand {
EditCommand.h 80 class SimpleEditCommand : public EditCommand {
86 explicit SimpleEditCommand(Document& document) : EditCommand(document) { }
92 DEFINE_TYPE_CASTS(SimpleEditCommand, EditCommand, command, command->isSimpleEditCommand(), command.isSimpleEditCommand());
InsertNodeBeforeCommand.h 33 class InsertNodeBeforeCommand FINAL : public SimpleEditCommand {
RemoveCSSPropertyCommand.h 36 class RemoveCSSPropertyCommand FINAL : public SimpleEditCommand {
SetNodeAttributeCommand.h 34 class SetNodeAttributeCommand FINAL : public SimpleEditCommand {
SplitElementCommand.h 33 class SplitElementCommand FINAL : public SimpleEditCommand {
InsertIntoTextNodeCommand.cpp 38 : SimpleEditCommand(node->document())
77 SimpleEditCommand::trace(visitor);
InsertNodeBeforeCommand.cpp 35 : SimpleEditCommand(refChild->document())
70 SimpleEditCommand::trace(visitor);
RemoveNodeCommand.cpp 36 : SimpleEditCommand(node->document())
73 SimpleEditCommand::trace(visitor);
ReplaceNodeWithSpanCommand.cpp 46 : SimpleEditCommand(element->document())
89 SimpleEditCommand::trace(visitor);
WrapContentsInDummySpanCommand.cpp 36 : SimpleEditCommand(element->document())
92 SimpleEditCommand::trace(visitor);
MergeIdenticalElementsCommand.cpp 36 : SimpleEditCommand(first->document())
93 SimpleEditCommand::trace(visitor);
SplitElementCommand.cpp 38 : SimpleEditCommand(element->document())
115 SimpleEditCommand::trace(visitor);
SplitTextNodeCommand.cpp 39 : SimpleEditCommand(text->document())
110 SimpleEditCommand::trace(visitor);

Completed in 154 milliseconds

1 2