RemoveFormatCommand 576 Source/core/editing/Editor.cpp RemoveFormatCommand::create(*m_frame.document())->apply(); RemoveFormatCommand 43 Source/core/editing/RemoveFormatCommand.cpp RemoveFormatCommand::RemoveFormatCommand(Document& document) RemoveFormatCommand 80 Source/core/editing/RemoveFormatCommand.cpp void RemoveFormatCommand::doApply() RemoveFormatCommand 33 Source/core/editing/RemoveFormatCommand.h class RemoveFormatCommand FINAL : public CompositeEditCommand { RemoveFormatCommand 35 Source/core/editing/RemoveFormatCommand.h static PassRefPtr<RemoveFormatCommand> create(Document& document) RemoveFormatCommand 37 Source/core/editing/RemoveFormatCommand.h return adoptRef(new RemoveFormatCommand(document)); RemoveFormatCommand 41 Source/core/editing/RemoveFormatCommand.h explicit RemoveFormatCommand(Document&);