toUIntStrict      427 Source/core/css/parser/MediaQueryTokenizer.cpp         UChar codePoint = hexChars.toString().toUIntStrict(&ok, 16);
toUIntStrict       46 Source/core/loader/CrossOriginPreflightResultCache.cpp     expiryDelta = string.toUIntStrict(&ok);
toUIntStrict      390 Source/core/svg/animation/SVGSMILElement.cpp         result += parse.substring(0, 2).toUIntStrict(&ok) * 60 * 60;
toUIntStrict      393 Source/core/svg/animation/SVGSMILElement.cpp         result += parse.substring(3, 2).toUIntStrict(&ok) * 60;
toUIntStrict      398 Source/core/svg/animation/SVGSMILElement.cpp         result += parse.substring(0, 2).toUIntStrict(&ok) * 60;
toUIntStrict      457 Source/core/svg/animation/SVGSMILElement.cpp         repeat = nameString.substring(7, nameString.length() - 8).toUIntStrict(&ok);
toUIntStrict      326 Source/wtf/text/StringImpl.h     unsigned toUIntStrict(bool* ok = 0, int base = 10);
toUIntStrict      567 Source/wtf/text/WTFString.cpp     return m_impl->toUIntStrict(ok, base);
toUIntStrict      363 Source/wtf/text/WTFString.h     unsigned toUIntStrict(bool* ok = 0, int base = 10) const;