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

  /external/webkit/WebCore/editing/
FormatBlockCommand.h 33 class FormatBlockCommand : public CompositeEditCommand {
35 static PassRefPtr<FormatBlockCommand> create(Document* document, const AtomicString& tagName)
37 return adoptRef(new FormatBlockCommand(document, tagName));
41 FormatBlockCommand(Document*, const AtomicString& tagName);
FormatBlockCommand.cpp 28 #include "FormatBlockCommand.h"
39 FormatBlockCommand::FormatBlockCommand(Document* document, const AtomicString& tagName)
44 bool FormatBlockCommand::modifyRange()
71 void FormatBlockCommand::doApply()

Completed in 12 milliseconds