PreventNesting 491 Source/core/editing/Editor.cpp ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::PreventNesting | ReplaceSelectionCommand::SanitizeFragment; PreventNesting 197 Source/core/editing/EditorCommand.cpp ReplaceSelectionCommand::create(*frame.document(), fragment, ReplaceSelectionCommand::PreventNesting, EditActionUnspecified)->apply(); PreventNesting 75 Source/core/editing/MoveSelectionCommand.cpp ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::PreventNesting; PreventNesting 364 Source/core/editing/ReplaceSelectionCommand.cpp , m_preventNesting(options & PreventNesting) PreventNesting 509 Source/core/page/DragController.cpp ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::PreventNesting; PreventNesting 525 Source/core/page/DragController.cpp ReplaceSelectionCommand::create(*m_documentUnderMouse.get(), createFragmentFromText(range.get(), text), ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::MatchStyle | ReplaceSelectionCommand::PreventNesting)->apply();