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

  /external/webkit/Source/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 28 #include "RemoveFormatCommand.h"
41 RemoveFormatCommand::RemoveFormatCommand(Document* document)
78 void RemoveFormatCommand::doApply()

Completed in 28 milliseconds