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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DWTFString.cpp570 int64_t String::toInt64Strict(bool* ok, int base) const function in class:WTF::String
577 return m_impl->toInt64Strict(ok, base);
H A DStringImpl.cpp1016 int64_t StringImpl::toInt64Strict(bool* ok, int base) function in class:WTF::StringImpl

Completed in 139 milliseconds