Home
last modified time | relevance | path

Searched refs:toUInt8 (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DV8Binding.h449 uint8_t toUInt8(v8::Handle<v8::Value>, IntegerConversionConfiguration, ExceptionState&);
450 inline uint8_t toUInt8(v8::Handle<v8::Value> value, ExceptionState& exceptionState)
452 return toUInt8(value, NormalConversion, exceptionState);
456 uint8_t toUInt8(v8::Handle<v8::Value>);
DV8Binding.cpp293 uint8_t toUInt8(v8::Handle<v8::Value> value, IntegerConversionConfiguration configuration, Exceptio… in toUInt8() function
298 uint8_t toUInt8(v8::Handle<v8::Value> value) in toUInt8() function
301 return toUInt8(value, NormalConversion, exceptionState); in toUInt8()
DDictionaryHelperForCore.cpp486 return toUInt8(value, configuration, exceptionState); in toIntegral()
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
DV8TestObject.cpp523 …TONATIVE_VOID_EXCEPTIONSTATE(unsigned, cppValue, toUInt8(v8Value, exceptionState), exceptionState); in octetAttributeAttributeSetter()
5455 … TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(octetArg, toUInt8(info[0], exceptionState), exceptionState); in voidMethodOctetArgMethod()