Home | History | Annotate | Download | only in editing

Lines Matching refs:doReplacement

1972 void Editor::markMisspellingsAfterTypingToWord(const VisiblePosition &wordStart, const VisibleSelection& selectionAfterTyping, bool doReplacement)
1982 if (doReplacement
2006 UNUSED_PARAM(doReplacement);
2227 bool doReplacement = replacementLength > 0 && !resultEndsAtAmbiguousBoundary;
2242 doReplacement = false;
2245 doReplacement = false;
2248 if (!(shouldPerformReplacement || shouldShowCorrectionPanel) || !doReplacement)