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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
MergeIdenticalElementsCommand.h 33 class MergeIdenticalElementsCommand : public SimpleEditCommand {
35 static PassRefPtr<MergeIdenticalElementsCommand> create(PassRefPtr<Element> element1, PassRefPtr<Element> element2)
37 return adoptRef(new MergeIdenticalElementsCommand(element1, element2));
41 MergeIdenticalElementsCommand(PassRefPtr<Element>, PassRefPtr<Element>);
MergeIdenticalElementsCommand.cpp 27 #include "core/editing/MergeIdenticalElementsCommand.h"
35 MergeIdenticalElementsCommand::MergeIdenticalElementsCommand(PassRefPtr<Element> first, PassRefPtr<Element> second)
45 void MergeIdenticalElementsCommand::doApply()
63 void MergeIdenticalElementsCommand::doUnapply()
CompositeEditCommand.cpp 47 #include "core/editing/MergeIdenticalElementsCommand.h"
485 applyCommandToComposite(MergeIdenticalElementsCommand::create(first, second));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 243 third_party/WebKit/Source/core/editing/MergeIdenticalElementsCommand.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 243 third_party/WebKit/Source/core/editing/MergeIdenticalElementsCommand.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 243 third_party/WebKit/Source/core/editing/MergeIdenticalElementsCommand.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 243 third_party/WebKit/Source/core/editing/MergeIdenticalElementsCommand.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 243 third_party/WebKit/Source/core/editing/MergeIdenticalElementsCommand.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 243 third_party/WebKit/Source/core/editing/MergeIdenticalElementsCommand.cpp \
    [all...]

Completed in 68 milliseconds