Home | History | Annotate | Download | only in mac

Lines Matching refs:isAutomaticQuoteSubstitutionEnabled

667         bool checked = TextChecker::state().isAutomaticQuoteSubstitutionEnabled;
827 - (BOOL)isAutomaticQuoteSubstitutionEnabled
829 return TextChecker::state().isAutomaticQuoteSubstitutionEnabled;
834 if (static_cast<bool>(flag) == TextChecker::state().isAutomaticQuoteSubstitutionEnabled)
843 TextChecker::setAutomaticQuoteSubstitutionEnabled(!TextChecker::state().isAutomaticQuoteSubstitutionEnabled);