/external/chromium_org/third_party/WebKit/Source/core/editing/ |
MoveSelectionCommand.cpp | 30 #include "core/editing/ReplaceSelectionCommand.h" 63 // Fixes: <rdar://problem/3910425> REGRESSION (Mail): Crash in ReplaceSelectionCommand; 75 ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::PreventNesting; 77 options |= ReplaceSelectionCommand::SmartReplace; 78 applyCommandToComposite(ReplaceSelectionCommand::create(document(), m_fragment, options));
|
ReplaceSelectionCommand.h | 37 class ReplaceSelectionCommand : public CompositeEditCommand { 50 static PassRefPtr<ReplaceSelectionCommand> create(Document& document, PassRefPtr<DocumentFragment> fragment, CommandOptions options, EditAction action = EditActionPaste) 52 return adoptRef(new ReplaceSelectionCommand(document, fragment, options, action)); 56 ReplaceSelectionCommand(Document&, PassRefPtr<DocumentFragment>, CommandOptions, EditAction);
|
ReplaceSelectionCommand.cpp | 28 #include "core/editing/ReplaceSelectionCommand.h" 324 inline void ReplaceSelectionCommand::InsertedNodes::respondToNodeInsertion(Node& node) 332 inline void ReplaceSelectionCommand::InsertedNodes::willRemoveNodePreservingChildren(Node& node) 340 inline void ReplaceSelectionCommand::InsertedNodes::willRemoveNode(Node& node) 352 inline void ReplaceSelectionCommand::InsertedNodes::didReplaceNode(Node& node, Node& newNode) 360 ReplaceSelectionCommand::ReplaceSelectionCommand(Document& document, PassRefPtr<DocumentFragment> fragment, CommandOptions options, EditAction editAction) 382 bool ReplaceSelectionCommand::shouldMergeStart(bool selectionStartWasStartOfParagraph, bool fragmentHasInterchangeNewlineAtStart, bool selectionStartWasInsideMailBlockquote) 407 bool ReplaceSelectionCommand::shouldMergeEnd(bool selectionEndWasEndOfParagraph) 443 bool ReplaceSelectionCommand::shouldMerge(const VisiblePosition& source, const VisiblePosition& destination [all...] |
Editor.cpp | 53 #include "core/editing/ReplaceSelectionCommand.h" 494 ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::PreventNesting | ReplaceSelectionCommand::SanitizeFragment; 496 options |= ReplaceSelectionCommand::SelectReplacement; 498 options |= ReplaceSelectionCommand::SmartReplace; 500 options |= ReplaceSelectionCommand::MatchStyle; 502 ReplaceSelectionCommand::create(*m_frame.document(), fragment, options, EditActionPaste)->apply(); [all...] |
CompositeEditCommand.cpp | 53 #include "core/editing/ReplaceSelectionCommand.h" [all...] |
EditorCommand.cpp | 44 #include "core/editing/ReplaceSelectionCommand.h" 195 ReplaceSelectionCommand::create(*frame.document(), fragment, ReplaceSelectionCommand::PreventNesting, EditActionUnspecified)->apply(); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/page/ |
DragController.cpp | 43 #include "core/editing/ReplaceSelectionCommand.h" 510 ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::PreventNesting; 512 options |= ReplaceSelectionCommand::SmartReplace; 514 options |= ReplaceSelectionCommand::MatchStyle; 516 ReplaceSelectionCommand::create(*m_documentUnderMouse.get(), fragment, options)->apply(); 526 ReplaceSelectionCommand::create(*m_documentUnderMouse.get(), createFragmentFromText(range.get(), text), ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::MatchStyle | ReplaceSelectionCommand::PreventNesting)->apply() [all...] |
/external/chromium_org/third_party/WebKit/Source/core/ |
webcore_remaining.target.darwin-arm.mk | 253 third_party/WebKit/Source/core/editing/ReplaceSelectionCommand.cpp \ [all...] |
webcore_remaining.target.darwin-mips.mk | 253 third_party/WebKit/Source/core/editing/ReplaceSelectionCommand.cpp \ [all...] |
webcore_remaining.target.darwin-x86.mk | 253 third_party/WebKit/Source/core/editing/ReplaceSelectionCommand.cpp \ [all...] |
webcore_remaining.target.linux-arm.mk | 253 third_party/WebKit/Source/core/editing/ReplaceSelectionCommand.cpp \ [all...] |
webcore_remaining.target.linux-mips.mk | 253 third_party/WebKit/Source/core/editing/ReplaceSelectionCommand.cpp \ [all...] |
webcore_remaining.target.linux-x86.mk | 253 third_party/WebKit/Source/core/editing/ReplaceSelectionCommand.cpp \ [all...] |