Home
last modified time | relevance | path

Searched refs:ReplaceSelectionCommand (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DMoveSelectionCommand.cpp75ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::SelectReplacement | Rep… in doApply()
77 options |= ReplaceSelectionCommand::SmartReplace; in doApply()
78 applyCommandToComposite(ReplaceSelectionCommand::create(document(), m_fragment, options)); in doApply()
DReplaceSelectionCommand.h37 class ReplaceSelectionCommand : public CompositeEditCommand {
50 …static PassRefPtr<ReplaceSelectionCommand> create(Document& document, PassRefPtr<DocumentFragment>…
52 return adoptRef(new ReplaceSelectionCommand(document, fragment, options, action));
56 ReplaceSelectionCommand(Document&, PassRefPtr<DocumentFragment>, CommandOptions, EditAction);
DReplaceSelectionCommand.cpp324 inline void ReplaceSelectionCommand::InsertedNodes::respondToNodeInsertion(Node& node) in respondToNodeInsertion()
332 inline void ReplaceSelectionCommand::InsertedNodes::willRemoveNodePreservingChildren(Node& node) in willRemoveNodePreservingChildren()
340 inline void ReplaceSelectionCommand::InsertedNodes::willRemoveNode(Node& node) in willRemoveNode()
352 inline void ReplaceSelectionCommand::InsertedNodes::didReplaceNode(Node& node, Node& newNode) in didReplaceNode()
360 ReplaceSelectionCommand::ReplaceSelectionCommand(Document& document, PassRefPtr<DocumentFragment> f… in ReplaceSelectionCommand() function in WebCore::ReplaceSelectionCommand
382 bool ReplaceSelectionCommand::shouldMergeStart(bool selectionStartWasStartOfParagraph, bool fragmen… in shouldMergeStart()
407 bool ReplaceSelectionCommand::shouldMergeEnd(bool selectionEndWasEndOfParagraph) in shouldMergeEnd()
443 bool ReplaceSelectionCommand::shouldMerge(const VisiblePosition& source, const VisiblePosition& des… in shouldMerge()
464 void ReplaceSelectionCommand::removeRedundantStylesAndKeepStyleSpanInline(InsertedNodes& insertedNo… in removeRedundantStylesAndKeepStyleSpanInline()
613 void ReplaceSelectionCommand::makeInsertedContentRoundTrippableWithHTMLTreeBuilder(InsertedNodes& i… in makeInsertedContentRoundTrippableWithHTMLTreeBuilder()
[all …]
DEditor.cpp494ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::PreventNesting | Replac… in replaceSelectionWithFragment()
496 options |= ReplaceSelectionCommand::SelectReplacement; in replaceSelectionWithFragment()
498 options |= ReplaceSelectionCommand::SmartReplace; in replaceSelectionWithFragment()
500 options |= ReplaceSelectionCommand::MatchStyle; in replaceSelectionWithFragment()
502ReplaceSelectionCommand::create(*m_frame.document(), fragment, options, EditActionPaste)->apply(); in replaceSelectionWithFragment()
DCompositeEditCommand.cpp1266ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::SelectReplacement | Rep… in moveParagraphs()
1268 options |= ReplaceSelectionCommand::MatchStyle; in moveParagraphs()
1269 applyCommandToComposite(ReplaceSelectionCommand::create(document(), fragment, options)); in moveParagraphs()
DEditorCommand.cpp195ReplaceSelectionCommand::create(*frame.document(), fragment, ReplaceSelectionCommand::PreventNesti… in executeInsertFragment()
/external/chromium_org/third_party/WebKit/Source/core/page/
DDragController.cpp510ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::SelectReplacement | Rep… in concludeEditDrag()
512 options |= ReplaceSelectionCommand::SmartReplace; in concludeEditDrag()
514 options |= ReplaceSelectionCommand::MatchStyle; in concludeEditDrag()
516ReplaceSelectionCommand::create(*m_documentUnderMouse.get(), fragment, options)->apply(); in concludeEditDrag()
526ReplaceSelectionCommand::create(*m_documentUnderMouse.get(), createFragmentFromText(range.get(), t… in concludeEditDrag()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_remaining.target.linux-arm.mk253 third_party/WebKit/Source/core/editing/ReplaceSelectionCommand.cpp \
Dwebcore_remaining.target.linux-x86.mk253 third_party/WebKit/Source/core/editing/ReplaceSelectionCommand.cpp \
Dwebcore_remaining.target.linux-mips.mk253 third_party/WebKit/Source/core/editing/ReplaceSelectionCommand.cpp \
Dwebcore_remaining.target.darwin-arm.mk253 third_party/WebKit/Source/core/editing/ReplaceSelectionCommand.cpp \
Dwebcore_remaining.target.darwin-x86.mk253 third_party/WebKit/Source/core/editing/ReplaceSelectionCommand.cpp \
Dwebcore_remaining.target.darwin-mips.mk253 third_party/WebKit/Source/core/editing/ReplaceSelectionCommand.cpp \
Dcore.gypi924 'editing/ReplaceSelectionCommand.cpp',