Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DV8Binding.h521 uint64_t toUInt64(v8::Handle<v8::Value>, IntegerConversionConfiguration, ExceptionState&);
522 inline uint64_t toUInt64(v8::Handle<v8::Value> value, ExceptionState& exceptionState)
524 return toUInt64(value, NormalConversion, exceptionState);
528 uint64_t toUInt64(v8::Handle<v8::Value>);
DV8Binding.cpp457 uint64_t toUInt64(v8::Handle<v8::Value> value, IntegerConversionConfiguration configuration, Except… in toUInt64() function
507 uint64_t toUInt64(v8::Handle<v8::Value> value) in toUInt64() function
510 return toUInt64(value, NormalConversion, exceptionState); in toUInt64()
DDictionaryHelperForCore.cpp558 return toUInt64(value, configuration, exceptionState); in toIntegral()
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventSource.cpp414 unsigned long long retry = value.toUInt64(&ok); in parseEventStreamLine()
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
DV8TestTypedefs.cpp57 …TONATIVE_VOID_EXCEPTIONSTATE(unsigned long long, cppValue, toUInt64(v8Value, exceptionState), exce… in uLongLongAttributeAttributeSetter()
DV8TestObject.cpp314 …TONATIVE_VOID_EXCEPTIONSTATE(unsigned long long, cppValue, toUInt64(v8Value, exceptionState), exce… in domTimeStampAttributeAttributeSetter()
673 …TONATIVE_VOID_EXCEPTIONSTATE(unsigned long long, cppValue, toUInt64(v8Value, exceptionState), exce… in unsignedLongLongAttributeAttributeSetter()
5296 …TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(domTimeStampArg, toUInt64(info[0], exceptionState), exceptio… in voidMethodDOMTimeStampArgMethod()
5524 …TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(unsignedLongLongArg, toUInt64(info[0], exceptionState), exce… in voidMethodUnsignedLongLongArgMethod()
/external/chromium_org/third_party/WebKit/Source/wtf/text/
DWTFString.cpp630 uint64_t String::toUInt64(bool* ok) const in toUInt64() function in WTF::String
637 return m_impl->toUInt64(ok); in toUInt64()
DStringImpl.h348 uint64_t toUInt64(bool* ok = 0); // ignores trailing garbage
DWTFString.h360 uint64_t toUInt64(bool* ok = 0) const;
DStringImpl.cpp1058 uint64_t StringImpl::toUInt64(bool* ok) in toUInt64() function in WTF::StringImpl
/external/eigen/unsupported/test/mpreal/
Dmpreal.h302 uint64_t toUInt64 (mp_rnd_t mode = GMP_RNDZ) const;
1608 inline uint64_t mpreal::toUInt64(mp_rnd_t mode) const{ return mpfr_get_uj(mp, mode); }