Searched refs:BreakBlockquoteCommand (Results 1 – 15 of 15) sorted by relevance
33 class BreakBlockquoteCommand FINAL : public CompositeEditCommand {35 static PassRefPtrWillBeRawPtr<BreakBlockquoteCommand> create(Document& document) in create()37 return adoptRefWillBeNoop(new BreakBlockquoteCommand(document)); in create()41 explicit BreakBlockquoteCommand(Document&);
41 BreakBlockquoteCommand::BreakBlockquoteCommand(Document& document) in BreakBlockquoteCommand() function in WebCore::BreakBlockquoteCommand46 void BreakBlockquoteCommand::doApply() in doApply()
376 applyCommandToComposite(BreakBlockquoteCommand::create(document())); in insertParagraphSeparatorInQuotedContent()
990 applyCommandToComposite(BreakBlockquoteCommand::create(document())); in doApply()
257 third_party/WebKit/Source/core/editing/BreakBlockquoteCommand.cpp \
974 'editing/BreakBlockquoteCommand.cpp',975 'editing/BreakBlockquoteCommand.h',