Home
last modified time | relevance | path

Searched refs:toUIntStrict (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
DCrossOriginPreflightResultCache.cpp46 expiryDelta = string.toUIntStrict(&ok); in parseAccessControlMaxAge()
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSVGSMILElement.cpp393 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/
DMediaQueryTokenizer.cpp463 UChar codePoint = hexChars.toString().toUIntStrict(&ok, 16); in consumeEscape()
/external/chromium_org/third_party/WebKit/Source/wtf/text/
DWTFString.cpp560 unsigned String::toUIntStrict(bool* ok, int base) const in toUIntStrict() function in WTF::String
567 return m_impl->toUIntStrict(ok, base); in toUIntStrict()
DStringImpl.h326 unsigned toUIntStrict(bool* ok = 0, int base = 10);
DWTFString.h364 unsigned toUIntStrict(bool* ok = 0, int base = 10) const;
DStringImpl.cpp1009 unsigned StringImpl::toUIntStrict(bool* ok, int base) in toUIntStrict() function in WTF::StringImpl