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

  /external/webkit/Source/WebCore/editing/
UnlinkCommand.cpp 27 #include "UnlinkCommand.h"
33 UnlinkCommand::UnlinkCommand(Document* document)
38 void UnlinkCommand::doApply()
UnlinkCommand.h 33 class UnlinkCommand : public CompositeEditCommand {
35 static PassRefPtr<UnlinkCommand> create(Document* document)
37 return adoptRef(new UnlinkCommand(document));
41 UnlinkCommand(Document*);

Completed in 468 milliseconds