HomeSort by relevance Sort by last modified time
    Searched refs:RemoveNodeCommand (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
RemoveNodeCommand.h 33 class RemoveNodeCommand : public SimpleEditCommand {
35 static PassRefPtr<RemoveNodeCommand> create(PassRefPtr<Node> node, ShouldAssumeContentIsAlwaysEditable shouldAssumeContentIsAlwaysEditable)
37 return adoptRef(new RemoveNodeCommand(node, shouldAssumeContentIsAlwaysEditable));
41 explicit RemoveNodeCommand(PassRefPtr<Node>, ShouldAssumeContentIsAlwaysEditable);
RemoveNodeCommand.cpp 27 #include "core/editing/RemoveNodeCommand.h"
35 RemoveNodeCommand::RemoveNodeCommand(PassRefPtr<Node> node, ShouldAssumeContentIsAlwaysEditable shouldAssumeContentIsAlwaysEditable)
44 void RemoveNodeCommand::doApply()
58 void RemoveNodeCommand::doUnapply()
69 void RemoveNodeCommand::getNodesInCommand(HashSet<Node*>& nodes)
CompositeEditCommand.cpp 49 #include "core/editing/RemoveNodeCommand.h"
97 // Low level operations, like RemoveNodeCommand, don't require a layout because the high level operations that use them perform one
117 // Low level operations, like RemoveNodeCommand, don't require a layout because the high level operations that use them perform one
190 // Low level operations, like RemoveNodeCommand, don't require a layout because the high level operations that use them perform one
388 applyCommandToComposite(RemoveNodeCommand::create(node, shouldAssumeContentIsAlwaysEditable));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 214 third_party/WebKit/Source/core/editing/RemoveNodeCommand.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 214 third_party/WebKit/Source/core/editing/RemoveNodeCommand.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 214 third_party/WebKit/Source/core/editing/RemoveNodeCommand.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 214 third_party/WebKit/Source/core/editing/RemoveNodeCommand.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 214 third_party/WebKit/Source/core/editing/RemoveNodeCommand.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 214 third_party/WebKit/Source/core/editing/RemoveNodeCommand.cpp \
    [all...]

Completed in 1138 milliseconds