Home
last modified time | relevance | path

Searched refs:toUInt64 (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/page/
DEventSource.cpp327 unsigned long long retry = value.toUInt64(&ok); in parseEventStreamLine()
/external/webkit/Source/JavaScriptCore/wtf/text/
DWTFString.cpp544 uint64_t String::toUInt64(bool* ok) const in toUInt64() function in WTF::String
551 return m_impl->toUInt64(ok); in toUInt64()
DStringImpl.h278 uint64_t toUInt64(bool* ok = 0); // ignores trailing garbage
DWTFString.h270 uint64_t toUInt64(bool* ok = 0) const;
DStringImpl.cpp451 uint64_t StringImpl::toUInt64(bool* ok) in toUInt64() function in WTF::StringImpl
/external/webkit/Source/WebCore/html/
DFTPDirectoryDocument.cpp167 int64_t bytes = size.toUInt64(&valid); in processFilesizeString()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1417144 (WebCore::DeprecatedString::toUInt64):
17639 (WebCore::DeprecatedString::toUInt64):
17645 (WebCore::String::toUInt64):
17649 (WebCore::StringImpl::toUInt64):
DChangeLog-2008-08-1049029 (WebCore::StringImpl::toUInt64):
55291 (WebCore::StringImpl::toUInt64):
61851 (WebCore::StringImpl::toUInt64): Ditto.