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

/external/webkit/WebCore/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 "SplitElementCommand.h"
34 SplitElementCommand::SplitElementCommand(PassRefPtr<Element> element, PassRefPtr<Node> atChild) function in class:WebCore::SplitElementCommand
44 void SplitElementCommand::executeApply()
67 void SplitElementCommand::doApply()
74 void SplitElementCommand::doUnapply()
94 void SplitElementCommand::doReapply()
H A DCompositeEditCommand.cpp58 #include "SplitElementCommand.h"
265 applyCommandToComposite(SplitElementCommand::create(element, atChild));
1184 applyCommandToComposite(SplitElementCommand::create(static_cast<Element*>(node->parent()), node));
/external/webkit/WebCore/
H A DAndroid.mk221 editing/SplitElementCommand.cpp \

Completed in 63 milliseconds