Searched refs:ReplaceSelectionCommand (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | MoveSelectionCommand.cpp | 75 …ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::SelectReplacement | Rep… in doApply() 77 options |= ReplaceSelectionCommand::SmartReplace; in doApply() 78 applyCommandToComposite(ReplaceSelectionCommand::create(document(), m_fragment, options)); in doApply()
|
D | ReplaceSelectionCommand.h | 37 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);
|
D | ReplaceSelectionCommand.cpp | 324 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 …]
|
D | Editor.cpp | 494 …ReplaceSelectionCommand::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() 502 … ReplaceSelectionCommand::create(*m_frame.document(), fragment, options, EditActionPaste)->apply(); in replaceSelectionWithFragment()
|
D | CompositeEditCommand.cpp | 1266 …ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::SelectReplacement | Rep… in moveParagraphs() 1268 options |= ReplaceSelectionCommand::MatchStyle; in moveParagraphs() 1269 applyCommandToComposite(ReplaceSelectionCommand::create(document(), fragment, options)); in moveParagraphs()
|
D | EditorCommand.cpp | 195 …ReplaceSelectionCommand::create(*frame.document(), fragment, ReplaceSelectionCommand::PreventNesti… in executeInsertFragment()
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | DragController.cpp | 510 …ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::SelectReplacement | Rep… in concludeEditDrag() 512 options |= ReplaceSelectionCommand::SmartReplace; in concludeEditDrag() 514 options |= ReplaceSelectionCommand::MatchStyle; in concludeEditDrag() 516 … ReplaceSelectionCommand::create(*m_documentUnderMouse.get(), fragment, options)->apply(); in concludeEditDrag() 526 …ReplaceSelectionCommand::create(*m_documentUnderMouse.get(), createFragmentFromText(range.get(), t… in concludeEditDrag()
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | webcore_remaining.target.linux-arm.mk | 253 third_party/WebKit/Source/core/editing/ReplaceSelectionCommand.cpp \
|
D | webcore_remaining.target.linux-x86.mk | 253 third_party/WebKit/Source/core/editing/ReplaceSelectionCommand.cpp \
|
D | webcore_remaining.target.linux-mips.mk | 253 third_party/WebKit/Source/core/editing/ReplaceSelectionCommand.cpp \
|
D | webcore_remaining.target.darwin-arm.mk | 253 third_party/WebKit/Source/core/editing/ReplaceSelectionCommand.cpp \
|
D | webcore_remaining.target.darwin-x86.mk | 253 third_party/WebKit/Source/core/editing/ReplaceSelectionCommand.cpp \
|
D | webcore_remaining.target.darwin-mips.mk | 253 third_party/WebKit/Source/core/editing/ReplaceSelectionCommand.cpp \
|
D | core.gypi | 924 'editing/ReplaceSelectionCommand.cpp',
|