Searched defs:toUInt64Strict (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DWTFString.cpp580 uint64_t String::toUInt64Strict(bool* ok, int base) const function in class:WTF::String
587 return m_impl->toUInt64Strict(ok, base);
H A DStringImpl.cpp1023 uint64_t StringImpl::toUInt64Strict(bool* ok, int base) function in class:WTF::StringImpl

Completed in 89 milliseconds