Searched defs:RemoveFormatCommand (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DRemoveFormatCommand.h33 class RemoveFormatCommand : public CompositeEditCommand { class in namespace:WebCore
35 static PassRefPtr<RemoveFormatCommand> create(Document* document)
37 return adoptRef(new RemoveFormatCommand(document));
41 RemoveFormatCommand(Document*);
H A DRemoveFormatCommand.cpp28 #include "RemoveFormatCommand.h"
41 RemoveFormatCommand::RemoveFormatCommand(Document* document) function in class:WebCore::RemoveFormatCommand
78 void RemoveFormatCommand::doApply()

Completed in 82 milliseconds