Searched refs:RemoveFormatCommand (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/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 explicit RemoveFormatCommand(Document*);
H A DRemoveFormatCommand.cpp28 #include "RemoveFormatCommand.h"
43 RemoveFormatCommand::RemoveFormatCommand(Document* document) function in class:WebCore::RemoveFormatCommand
80 void RemoveFormatCommand::doApply()
H A DEditingAllInOne.cpp60 #include <RemoveFormatCommand.cpp>
H A DEditor.cpp73 #include "RemoveFormatCommand.h"
690 applyCommand(RemoveFormatCommand::create(m_frame->document()));

Completed in 411 milliseconds