Searched refs:toUInt8 (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | V8Binding.h | 449 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>);
|
D | V8Binding.cpp | 293 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()
|
D | DictionaryHelperForCore.cpp | 486 return toUInt8(value, configuration, exceptionState); in toIntegral()
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/ |
D | V8TestObject.cpp | 523 …TONATIVE_VOID_EXCEPTIONSTATE(unsigned, cppValue, toUInt8(v8Value, exceptionState), exceptionState); in octetAttributeAttributeSetter() 5455 … TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(octetArg, toUInt8(info[0], exceptionState), exceptionState); in voidMethodOctetArgMethod()
|