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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DWTFString.cpp560 unsigned String::toUIntStrict(bool* ok, int base) const function in class:WTF::String
567 return m_impl->toUIntStrict(ok, base);
H A DStringImpl.cpp1009 unsigned StringImpl::toUIntStrict(bool* ok, int base) function in class:WTF::StringImpl

Completed in 1925 milliseconds