Searched refs:toUInt32 (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/ |
D | V8WebGLRenderingContextCustom.cpp | 254 … TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(target, toUInt32(info[0], exceptionState), exceptionState); in getObjectParameter() 255 … TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(pname, toUInt32(info[1], exceptionState), exceptionState); in getObjectParameter() 320 … TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(target, toUInt32(info[0], exceptionState), exceptionState); in getFramebufferAttachmentParameterMethodCustom() 321 …TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(attachment, toUInt32(info[1], exceptionState), exceptionStat… in getFramebufferAttachmentParameterMethodCustom() 322 … TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(pname, toUInt32(info[2], exceptionState), exceptionState); in getFramebufferAttachmentParameterMethodCustom() 342 … TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(pname, toUInt32(info[0], exceptionState), exceptionState); in getParameterMethodCustom() 369 … TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(pname, toUInt32(info[1], exceptionState), exceptionState); in getProgramParameterMethodCustom() 402 … TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(pname, toUInt32(info[1], exceptionState), exceptionState); in getShaderParameterMethodCustom()
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | V8BindingTest.cpp | 352 EXPECT_EQ(65535U, toUInt32(v8HandleVector[1])); in TEST_F() 360 EXPECT_EQ(65535U, toUInt32(scriptValueVector[1].v8Value())); in TEST_F()
|
D | V8Binding.h | 497 uint32_t toUInt32(v8::Handle<v8::Value>, IntegerConversionConfiguration, ExceptionState&); 498 inline uint32_t toUInt32(v8::Handle<v8::Value> value, ExceptionState& exceptionState) 500 return toUInt32(value, NormalConversion, exceptionState); 504 uint32_t toUInt32(v8::Handle<v8::Value>); 849 return toUInt32(value, exceptionState);
|
D | V8Binding.cpp | 365 uint32_t toUInt32(v8::Handle<v8::Value> value, IntegerConversionConfiguration configuration, Except… in toUInt32() function 412 uint32_t toUInt32(v8::Handle<v8::Value> value) in toUInt32() function 415 return toUInt32(value, NormalConversion, exceptionState); in toUInt32()
|
D | DictionaryHelperForCore.cpp | 522 return toUInt32(value, configuration, exceptionState); in toIntegral() 531 return toUInt32(value, configuration, exceptionState); in toIntegral()
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/ |
D | V8TestInterface2.cpp | 50 … TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(index, toUInt32(info[0], exceptionState), exceptionState); in itemMethod() 79 … TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(index, toUInt32(info[0], exceptionState), exceptionState); in setItemMethod() 108 … TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(index, toUInt32(info[0], exceptionState), exceptionState); in deleteItemMethod()
|
D | V8TestObject.cpp | 643 …TONATIVE_VOID_EXCEPTIONSTATE(unsigned, cppValue, toUInt32(v8Value, exceptionState), exceptionState… in unsignedLongAttributeAttributeSetter() 3471 …TONATIVE_VOID_EXCEPTIONSTATE(unsigned, cppValue, toUInt32(v8Value, exceptionState), exceptionState… in reflectUnsignedLongAttributeAttributeSetter() 5501 …TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(unsignedLongArg, toUInt32(info[0], exceptionState), exceptio… in voidMethodUnsignedLongArgMethod() 7213 …TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(defaultUnsignedArg, toUInt32(info[2], exceptionState), excep… in voidMethodDefaultIntegerArgsMethod() 8277 …TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(clampUnsignedLongArg, toUInt32(info[0], Clamp, exceptionStat… in voidMethodClampUnsignedLongArgMethod()
|
/external/chromium_org/third_party/polymer/components-chromium/platform/ |
D | platform.js.map | 1 …toUInt32(x) {\n return x >>> 0;\n }\n\n var OriginalText = window.Text;\n\n function Text(no…
|
/external/chromium_org/third_party/polymer/components/platform/ |
D | platform.js.map | 1 …toUInt32(x) {\n return x >>> 0;\n }\n\n var OriginalText = window.Text;\n\n function Text(no…
|