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

  /external/webkit/Source/WebCore/editing/
SplitElementCommand.h 33 class SplitElementCommand : public SimpleEditCommand {
35 static PassRefPtr<SplitElementCommand> create(PassRefPtr<Element> element, PassRefPtr<Node> splitPointChild)
37 return adoptRef(new SplitElementCommand(element, splitPointChild));
41 SplitElementCommand(PassRefPtr<Element>, PassRefPtr<Node> splitPointChild);
SplitElementCommand.cpp 27 #include "SplitElementCommand.h"
35 SplitElementCommand::SplitElementCommand(PassRefPtr<Element> element, PassRefPtr<Node> atChild)
45 void SplitElementCommand::executeApply()
72 void SplitElementCommand::doApply()
79 void SplitElementCommand::doUnapply()
103 void SplitElementCommand::doReapply()
EditingAllInOne.cpp 68 #include <SplitElementCommand.cpp>
CompositeEditCommand.cpp 56 #include "SplitElementCommand.h"
270 applyCommandToComposite(SplitElementCommand::create(element, atChild));
    [all...]
  /external/webkit/Source/WebCore/
Android.mk 260 editing/SplitElementCommand.cpp \
    [all...]

Completed in 726 milliseconds