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

/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8TestObject.cpp703 TONATIVE_VOID_EXCEPTIONSTATE(unsigned, cppValue, toUInt16(v8Value, exceptionState), exceptionState);
3439 TONATIVE_VOID_EXCEPTIONSTATE(unsigned, cppValue, toUInt16(v8Value, exceptionState), exceptionState);
5547 TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(unsignedShortArg, toUInt16(info[0], exceptionState), exceptionState);
8254 TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(clampUnsignedShortArg, toUInt16(info[0], Clamp, exceptionState), exceptionState);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DDictionaryHelperForCore.cpp504 return toUInt16(value, configuration, exceptionState);
H A DV8Binding.cpp315 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);
H A DV8Binding.h473 uint16_t toUInt16(v8::Handle<v8::Value>, IntegerConversionConfiguration, ExceptionState&);
474 inline uint16_t toUInt16(v8::Handle<v8::Value> value, ExceptionState& exceptionState) function in namespace:blink
476 return toUInt16(value, NormalConversion, exceptionState);
480 uint16_t toUInt16(v8::Handle<v8::Value>);

Completed in 254 milliseconds