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

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8Binding.h 461 int16_t toInt16(v8::Handle<v8::Value>, IntegerConversionConfiguration, ExceptionState&);
462 inline int16_t toInt16(v8::Handle<v8::Value> value, ExceptionState& exceptionState)
464 return toInt16(value, NormalConversion, exceptionState);
468 int16_t toInt16(v8::Handle<v8::Value>);
    [all...]
V8Binding.cpp 304 int16_t toInt16(v8::Handle<v8::Value> value, IntegerConversionConfiguration configuration, ExceptionState& exceptionState)
309 int16_t toInt16(v8::Handle<v8::Value> value)
312 return toInt16(value, NormalConversion, exceptionState);
    [all...]
DictionaryHelperForCore.cpp 513 return toInt16(value, configuration, exceptionState);
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestObject.cpp 553 TONATIVE_VOID_EXCEPTIONSTATE(int, cppValue, toInt16(v8Value, exceptionState), exceptionState);
    [all...]
V8TestInterface.cpp     [all...]

Completed in 62 milliseconds