Searched refs:maximumDomainNameLength (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DEmailInputType.cpp53 static const int32_t maximumDomainNameLength = 255; member in namespace:blink
78 if (U_FAILURE(errorCode) || idnaInfo.hasErrors() || domainName.length() > maximumDomainNameLength)

Completed in 49 milliseconds