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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
RemoveFormatCommand.h 33 class RemoveFormatCommand : public CompositeEditCommand {
35 static PassRefPtr<RemoveFormatCommand> create(Document* document)
37 return adoptRef(new RemoveFormatCommand(document));
41 explicit RemoveFormatCommand(Document*);
RemoveFormatCommand.cpp 28 #include "core/editing/RemoveFormatCommand.h"
43 RemoveFormatCommand::RemoveFormatCommand(Document* document)
80 void RemoveFormatCommand::doApply()

Completed in 142 milliseconds