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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8Binding.cpp 295 return toInt8(value, NormalConversion, exceptionState);
306 return toUInt8(value, NormalConversion, exceptionState);
317 return toInt16(value, NormalConversion, exceptionState);
328 return toUInt16(value, NormalConversion, exceptionState);
362 return toInt32(value, NormalConversion, exceptionState);
408 return toUInt32(value, NormalConversion, exceptionState);
442 return toInt64(value, NormalConversion, exceptionState);
488 return toUInt64(value, NormalConversion, exceptionState);
    [all...]
V8Binding.h 418 NormalConversion,
429 return toInt8(value, NormalConversion, exceptionState);
441 return toUInt8(value, NormalConversion, exceptionState);
453 return toInt16(value, NormalConversion, exceptionState);
465 return toUInt16(value, NormalConversion, exceptionState);
477 return toInt32(value, NormalConversion, exceptionState);
489 return toUInt32(value, NormalConversion, exceptionState);
501 return toInt64(value, NormalConversion, exceptionState);
513 return toUInt64(value, NormalConversion, exceptionState);
    [all...]
Dictionary.h 299 value = IntegralTypeTraits<T>::toIntegral(v8Value, NormalConversion, context.exceptionState());
319 T converted = IntegralTypeTraits<T>::toIntegral(v8Value, NormalConversion, context.exceptionState());

Completed in 747 milliseconds