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

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

Completed in 33 milliseconds