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

  /external/webkit/Source/WebCore/editing/
BreakBlockquoteCommand.h 33 class BreakBlockquoteCommand : public CompositeEditCommand {
35 static PassRefPtr<BreakBlockquoteCommand> create(Document* document)
37 return adoptRef(new BreakBlockquoteCommand(document));
41 BreakBlockquoteCommand(Document*);
BreakBlockquoteCommand.cpp 27 #include "BreakBlockquoteCommand.h"
40 BreakBlockquoteCommand::BreakBlockquoteCommand(Document *document)
45 void BreakBlockquoteCommand::doApply()

Completed in 46 milliseconds