HomeSort by relevance Sort by last modified time
    Searched refs:toInt64 (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8BlobCustomHelpers.cpp 100 TONATIVE_DEFAULT(long long, lastModifiedInt, toInt64(lastModified), false);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
Dictionary.h 286 return toInt64(value, configuration, exceptionState);
V8Binding.h 498 int64_t toInt64(v8::Handle<v8::Value>, IntegerConversionConfiguration, ExceptionState&);
499 inline int64_t toInt64(v8::Handle<v8::Value> value, ExceptionState& exceptionState)
501 return toInt64(value, NormalConversion, exceptionState);
505 int64_t toInt64(v8::Handle<v8::Value>);
    [all...]
V8Binding.cpp 411 int64_t toInt64(v8::Handle<v8::Value> value, IntegerConversionConfiguration configuration, ExceptionState& exceptionState)
439 int64_t toInt64(v8::Handle<v8::Value> value)
442 return toInt64(value, NormalConversion, exceptionState);
    [all...]
  /external/deqp/executor/
xeTestResultParser.cpp 49 static inline deInt64 toInt64 (const char* str)
282 const deInt64 num = toInt64(stripLeadingWhitespace(value.c_str()));
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFString.cpp 620 int64_t String::toInt64(bool* ok) const
627 return m_impl->toInt64(ok);
    [all...]
StringImpl.h 333 int64_t toInt64(bool* ok = 0); // ignores trailing garbage
WTFString.h 371 int64_t toInt64(bool* ok = 0) const;
StringImpl.cpp     [all...]
  /external/eigen/unsupported/test/mpreal/
mpreal.h 301 int64_t toInt64 (mp_rnd_t mode = GMP_RNDZ) const;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestObject.cpp 454 TONATIVE_VOID_EXCEPTIONSTATE(long long, cppValue, toInt64(v8Value, exceptionState), exceptionState);
    [all...]

Completed in 263 milliseconds