SelectReplacement 1228 Source/core/editing/CompositeEditCommand.cpp     ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::MovingParagraph;
SelectReplacement  493 Source/core/editing/Editor.cpp         options |= ReplaceSelectionCommand::SelectReplacement;
SelectReplacement   75 Source/core/editing/MoveSelectionCommand.cpp     ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::PreventNesting;
SelectReplacement  360 Source/core/editing/ReplaceSelectionCommand.cpp     , m_selectReplacement(options & SelectReplacement)
SelectReplacement  509 Source/core/page/DragController.cpp                 ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::PreventNesting;
SelectReplacement  525 Source/core/page/DragController.cpp             ReplaceSelectionCommand::create(*m_documentUnderMouse.get(), createFragmentFromText(range.get(), text),  ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::MatchStyle | ReplaceSelectionCommand::PreventNesting)->apply();