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

/external/webkit/WebCore/editing/
H A DUnlinkCommand.cpp27 #include "UnlinkCommand.h"
33 UnlinkCommand::UnlinkCommand(Document* document) function in class:WebCore::UnlinkCommand
38 void UnlinkCommand::doApply()
H A DUnlinkCommand.h33 class UnlinkCommand : public CompositeEditCommand { class in namespace:WebCore
35 static PassRefPtr<UnlinkCommand> create(Document* document)
37 return adoptRef(new UnlinkCommand(document));
41 UnlinkCommand(Document*);
H A DEditorCommand.cpp56 #include "UnlinkCommand.h"
1031 applyCommand(UnlinkCommand::create(frame->document()));
/external/webkit/WebCore/
H A DAndroid.mk226 editing/UnlinkCommand.cpp \

Completed in 63 milliseconds