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

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8Binding.h 473 uint16_t toUInt16(v8::Handle<v8::Value>, IntegerConversionConfiguration, ExceptionState&);
474 inline uint16_t toUInt16(v8::Handle<v8::Value> value, ExceptionState& exceptionState)
476 return toUInt16(value, NormalConversion, exceptionState);
480 uint16_t toUInt16(v8::Handle<v8::Value>);
    [all...]
V8Binding.cpp 315 uint16_t toUInt16(v8::Handle<v8::Value> value, IntegerConversionConfiguration configuration, ExceptionState& exceptionState)
320 uint16_t toUInt16(v8::Handle<v8::Value> value)
323 return toUInt16(value, NormalConversion, exceptionState);
    [all...]
DictionaryHelperForCore.cpp 504 return toUInt16(value, configuration, exceptionState);
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestObject.cpp     [all...]

Completed in 264 milliseconds