Searched refs:toInt64Strict (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/network/
H A DHTTPParsers.cpp514 long long value = suffixLengthString.toInt64Strict(&ok);
526 long long firstBytePos = firstBytePosStr.toInt64Strict(&ok);
533 lastBytePos = lastBytePosStr.toInt64Strict(&ok);
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DWTFString.cpp556 int64_t String::toInt64Strict(bool* ok, int base) const function in class:WTF::String
563 return m_impl->toInt64Strict(ok, base);
H A DStringImpl.h334 int64_t toInt64Strict(bool* ok = 0, int base = 10);
H A DWTFString.h369 int64_t toInt64Strict(bool* ok = 0, int base = 10) const;
H A DStringImpl.cpp867 int64_t StringImpl::toInt64Strict(bool* ok, int base) function in class:WTF::StringImpl

Completed in 72 milliseconds