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

  /external/chromium_org/third_party/WebKit/Source/core/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 "core/editing/SplitElementCommand.h"
37 SplitElementCommand::SplitElementCommand(PassRefPtr<Element> element, PassRefPtr<Node> atChild)
47 void SplitElementCommand::executeApply()
73 void SplitElementCommand::doApply()
80 void SplitElementCommand::doUnapply()
102 void SplitElementCommand::doReapply()
111 void SplitElementCommand::getNodesInCommand(HashSet<Node*>& nodes)

Completed in 61 milliseconds