Lines Matching refs:ReplaceSelectionCommand
83 #import <WebCore/ReplaceSelectionCommand.h>
1068 ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::PreventNesting;
1070 options |= ReplaceSelectionCommand::SelectReplacement;
1072 options |= ReplaceSelectionCommand::SmartReplace;
1074 options |= ReplaceSelectionCommand::MatchStyle;
1075 applyCommand(ReplaceSelectionCommand::create(_private->coreFrame->document(), core(fragment), options));