Home
last modified time | relevance | path

Searched refs:TextCheckingTypeLink (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/text/
DTextChecking.h48 TextCheckingTypeLink = 1 << 5, enumerator
/external/webkit/Source/WebKit2/UIProcess/mac/
DTextCheckerMac.mm276 result.type = TextCheckingTypeLink;
/external/webkit/Source/WebCore/editing/
DEditor.cpp2210 && (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()
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebEditorClient.mm821 result.type = TextCheckingTypeLink;