Searched refs:toUIntStrict (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | CrossOriginPreflightResultCache.cpp | 46 expiryDelta = string.toUIntStrict(&ok); in parseAccessControlMaxAge()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/ |
D | SVGSMILElement.cpp | 393 result += parse.substring(0, 2).toUIntStrict(&ok) * 60 * 60; in parseClockValue() 396 result += parse.substring(3, 2).toUIntStrict(&ok) * 60; in parseClockValue() 401 result += parse.substring(0, 2).toUIntStrict(&ok) * 60; in parseClockValue() 460 repeat = nameString.substring(7, nameString.length() - 8).toUIntStrict(&ok); in parseCondition()
|
/external/chromium_org/third_party/WebKit/Source/core/css/parser/ |
D | MediaQueryTokenizer.cpp | 463 UChar codePoint = hexChars.toString().toUIntStrict(&ok, 16); in consumeEscape()
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
D | WTFString.cpp | 560 unsigned String::toUIntStrict(bool* ok, int base) const in toUIntStrict() function in WTF::String 567 return m_impl->toUIntStrict(ok, base); in toUIntStrict()
|
D | StringImpl.h | 326 unsigned toUIntStrict(bool* ok = 0, int base = 10);
|
D | WTFString.h | 364 unsigned toUIntStrict(bool* ok = 0, int base = 10) const;
|
D | StringImpl.cpp | 1009 unsigned StringImpl::toUIntStrict(bool* ok, int base) in toUIntStrict() function in WTF::StringImpl
|