Searched refs:toUInt64Strict (Results 1 - 4 of 4) 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.h342 uint64_t toUInt64Strict(bool* ok = 0, int base = 10);
H A DWTFString.h354 uint64_t toUInt64Strict(bool* ok = 0, int base = 10) const;
H A DStringImpl.cpp1023 uint64_t StringImpl::toUInt64Strict(bool* ok, int base) function in class:WTF::StringImpl

Completed in 1455 milliseconds