Home
last modified time | relevance | path

Searched refs:BreakBlockquoteCommand (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DBreakBlockquoteCommand.h33 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&);
DBreakBlockquoteCommand.cpp41 BreakBlockquoteCommand::BreakBlockquoteCommand(Document& document) in BreakBlockquoteCommand() function in WebCore::BreakBlockquoteCommand
46 void BreakBlockquoteCommand::doApply() in doApply()
DTypingCommand.cpp376 applyCommandToComposite(BreakBlockquoteCommand::create(document())); in insertParagraphSeparatorInQuotedContent()
DReplaceSelectionCommand.cpp990 applyCommandToComposite(BreakBlockquoteCommand::create(document())); in doApply()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_remaining.target.linux-arm64.mk257 third_party/WebKit/Source/core/editing/BreakBlockquoteCommand.cpp \
Dwebcore_remaining.target.linux-mips.mk257 third_party/WebKit/Source/core/editing/BreakBlockquoteCommand.cpp \
Dwebcore_remaining.target.darwin-x86_64.mk257 third_party/WebKit/Source/core/editing/BreakBlockquoteCommand.cpp \
Dwebcore_remaining.target.darwin-arm64.mk257 third_party/WebKit/Source/core/editing/BreakBlockquoteCommand.cpp \
Dwebcore_remaining.target.darwin-x86.mk257 third_party/WebKit/Source/core/editing/BreakBlockquoteCommand.cpp \
Dwebcore_remaining.target.darwin-mips.mk257 third_party/WebKit/Source/core/editing/BreakBlockquoteCommand.cpp \
Dwebcore_remaining.target.linux-x86_64.mk257 third_party/WebKit/Source/core/editing/BreakBlockquoteCommand.cpp \
Dwebcore_remaining.target.linux-x86.mk257 third_party/WebKit/Source/core/editing/BreakBlockquoteCommand.cpp \
Dwebcore_remaining.target.linux-arm.mk257 third_party/WebKit/Source/core/editing/BreakBlockquoteCommand.cpp \
Dwebcore_remaining.target.darwin-arm.mk257 third_party/WebKit/Source/core/editing/BreakBlockquoteCommand.cpp \
Dcore.gypi974 'editing/BreakBlockquoteCommand.cpp',
975 'editing/BreakBlockquoteCommand.h',