Searched refs:TextCheckingTypeLink (Results 1 – 4 of 4) sorted by relevance
48 TextCheckingTypeLink = 1 << 5, enumerator
276 result.type = TextCheckingTypeLink;
2210 && (result->type == TextCheckingTypeLink in markAllMisspellingsAndBadGrammarInRanges()2232 … if (result->type == TextCheckingTypeLink && selectionOffset > resultLocation + resultLength + 1) in markAllMisspellingsAndBadGrammarInRanges()2268 if (result->type == TextCheckingTypeLink) { in markAllMisspellingsAndBadGrammarInRanges()3271 checkingTypes |= TextCheckingTypeLink; in textCheckingTypeMaskFor()
821 result.type = TextCheckingTypeLink;