CommandOptions   1228 Source/core/editing/CompositeEditCommand.cpp     ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::MovingParagraph;
CommandOptions    491 Source/core/editing/Editor.cpp     ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::PreventNesting | ReplaceSelectionCommand::SanitizeFragment;
CommandOptions     75 Source/core/editing/MoveSelectionCommand.cpp     ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::PreventNesting;
CommandOptions    358 Source/core/editing/ReplaceSelectionCommand.cpp ReplaceSelectionCommand::ReplaceSelectionCommand(Document& document, PassRefPtr<DocumentFragment> fragment, CommandOptions options, EditAction editAction)
CommandOptions     50 Source/core/editing/ReplaceSelectionCommand.h     static PassRefPtr<ReplaceSelectionCommand> create(Document& document, PassRefPtr<DocumentFragment> fragment, CommandOptions options, EditAction action = EditActionPaste)
CommandOptions     56 Source/core/editing/ReplaceSelectionCommand.h     ReplaceSelectionCommand(Document&, PassRefPtr<DocumentFragment>, CommandOptions, EditAction);
CommandOptions    509 Source/core/page/DragController.cpp                 ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::PreventNesting;