Searched refs:toUInt64 (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | V8Binding.h | 521 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>);
|
D | V8Binding.cpp | 457 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()
|
D | DictionaryHelperForCore.cpp | 558 return toUInt64(value, configuration, exceptionState); in toIntegral()
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | EventSource.cpp | 414 unsigned long long retry = value.toUInt64(&ok); in parseEventStreamLine()
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/ |
D | V8TestTypedefs.cpp | 57 …TONATIVE_VOID_EXCEPTIONSTATE(unsigned long long, cppValue, toUInt64(v8Value, exceptionState), exce… in uLongLongAttributeAttributeSetter()
|
D | V8TestObject.cpp | 314 …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/ |
D | WTFString.cpp | 630 uint64_t String::toUInt64(bool* ok) const in toUInt64() function in WTF::String 637 return m_impl->toUInt64(ok); in toUInt64()
|
D | StringImpl.h | 348 uint64_t toUInt64(bool* ok = 0); // ignores trailing garbage
|
D | WTFString.h | 360 uint64_t toUInt64(bool* ok = 0) const;
|
D | StringImpl.cpp | 1058 uint64_t StringImpl::toUInt64(bool* ok) in toUInt64() function in WTF::StringImpl
|
/external/eigen/unsupported/test/mpreal/ |
D | mpreal.h | 302 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); }
|