Searched refs:WrapContentsInDummySpanCommand (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DWrapContentsInDummySpanCommand.h35 class WrapContentsInDummySpanCommand : public SimpleEditCommand { class in namespace:WebCore
37 static PassRefPtr<WrapContentsInDummySpanCommand> create(PassRefPtr<Element> element)
39 return adoptRef(new WrapContentsInDummySpanCommand(element));
43 WrapContentsInDummySpanCommand(PassRefPtr<Element>);
H A DWrapContentsInDummySpanCommand.cpp27 #include "WrapContentsInDummySpanCommand.h"
34 WrapContentsInDummySpanCommand::WrapContentsInDummySpanCommand(PassRefPtr<Element> element) function in class:WebCore::WrapContentsInDummySpanCommand
41 void WrapContentsInDummySpanCommand::executeApply()
56 void WrapContentsInDummySpanCommand::doApply()
63 void WrapContentsInDummySpanCommand::doUnapply()
83 void WrapContentsInDummySpanCommand::doReapply()
H A DEditingAllInOne.cpp77 #include <WrapContentsInDummySpanCommand.cpp>
H A DCompositeEditCommand.cpp61 #include "WrapContentsInDummySpanCommand.h"
287 applyCommandToComposite(WrapContentsInDummySpanCommand::create(element));
/external/webkit/Source/WebCore/
H A DAndroid.mk270 editing/WrapContentsInDummySpanCommand.cpp \

Completed in 105 milliseconds