Home | History | Annotate | Download | only in mac

Lines Matching refs:isAutomaticLinkDetectionEnabled

679         bool checked = TextChecker::state().isAutomaticLinkDetectionEnabled;
867 - (BOOL)isAutomaticLinkDetectionEnabled
869 return TextChecker::state().isAutomaticLinkDetectionEnabled;
874 if (static_cast<bool>(flag) == TextChecker::state().isAutomaticLinkDetectionEnabled)
883 TextChecker::setAutomaticLinkDetectionEnabled(!TextChecker::state().isAutomaticLinkDetectionEnabled);