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

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8WebGLRenderingContextCustom.cpp 254 TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(target, toUInt32(info[0], exceptionState), exceptionState);
255 TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(pname, toUInt32(info[1], exceptionState), exceptionState);
320 TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(target, toUInt32(info[0], exceptionState), exceptionState);
321 TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(attachment, toUInt32(info[1], exceptionState), exceptionState);
322 TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(pname, toUInt32(info[2], exceptionState), exceptionState);
342 TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(pname, toUInt32(info[0], exceptionState), exceptionState);
369 TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(pname, toUInt32(info[1], exceptionState), exceptionState);
402 TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(pname, toUInt32(info[1], exceptionState), exceptionState);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8BindingTest.cpp 352 EXPECT_EQ(65535U, toUInt32(v8HandleVector[1]));
360 EXPECT_EQ(65535U, toUInt32(scriptValueVector[1].v8Value()));
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>);
    [all...]
V8Binding.cpp 365 uint32_t toUInt32(v8::Handle<v8::Value> value, IntegerConversionConfiguration configuration, ExceptionState& exceptionState)
412 uint32_t toUInt32(v8::Handle<v8::Value> value)
415 return toUInt32(value, NormalConversion, exceptionState);
    [all...]
DictionaryHelperForCore.cpp 522 return toUInt32(value, configuration, exceptionState);
531 return toUInt32(value, configuration, exceptionState);
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterface2.cpp 50 TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(index, toUInt32(info[0], exceptionState), exceptionState);
79 TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(index, toUInt32(info[0], exceptionState), exceptionState);
108 TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(index, toUInt32(info[0], exceptionState), exceptionState);
V8TestObject.cpp 643 TONATIVE_VOID_EXCEPTIONSTATE(unsigned, cppValue, toUInt32(v8Value, exceptionState), exceptionState);
    [all...]

Completed in 513 milliseconds