Searched refs:SplitElementCommand (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DSplitElementCommand.h33 class SplitElementCommand : public SimpleEditCommand { class in namespace:WebCore
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);
H A DSplitElementCommand.cpp27 #include "core/editing/SplitElementCommand.h"
37 SplitElementCommand::SplitElementCommand(PassRefPtr<Element> element, PassRefPtr<Node> atChild) function in class:WebCore::SplitElementCommand
47 void SplitElementCommand::executeApply()
73 void SplitElementCommand::doApply()
80 void SplitElementCommand::doUnapply()
102 void SplitElementCommand::doReapply()
111 void SplitElementCommand::getNodesInCommand(HashSet<Node*>& nodes)
H A DCompositeEditCommand.cpp54 #include "core/editing/SplitElementCommand.h"
453 applyCommandToComposite(SplitElementCommand::create(element, atChild));
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_remaining.target.darwin-arm.mk225 third_party/WebKit/Source/core/editing/SplitElementCommand.cpp \
H A Dwebcore_remaining.target.darwin-mips.mk225 third_party/WebKit/Source/core/editing/SplitElementCommand.cpp \
H A Dwebcore_remaining.target.darwin-x86.mk225 third_party/WebKit/Source/core/editing/SplitElementCommand.cpp \
H A Dwebcore_remaining.target.linux-arm.mk225 third_party/WebKit/Source/core/editing/SplitElementCommand.cpp \
H A Dwebcore_remaining.target.linux-mips.mk225 third_party/WebKit/Source/core/editing/SplitElementCommand.cpp \
H A Dwebcore_remaining.target.linux-x86.mk225 third_party/WebKit/Source/core/editing/SplitElementCommand.cpp \

Completed in 179 milliseconds