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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8GeolocationCustom.cpp 87 options->setTimeout(toUInt32(timeoutValue, Clamp, exceptionState));
104 options->setMaximumAge(toUInt32(maximumAgeValue, Clamp, exceptionState));
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
Dictionary.h 241 return toUInt32(value, configuration, exceptionState);
250 return toUInt32(value, configuration, exceptionState);
V8Binding.h 486 uint32_t toUInt32(v8::Handle<v8::Value>, IntegerConversionConfiguration, ExceptionState&);
487 inline uint32_t toUInt32(v8::Handle<v8::Value> value, ExceptionState& exceptionState)
489 return toUInt32(value, NormalConversion, exceptionState);
493 uint32_t toUInt32(v8::Handle<v8::Value>);
573 return toUInt32(value);
    [all...]
V8Binding.cpp 365 uint32_t toUInt32(v8::Handle<v8::Value> value, IntegerConversionConfiguration configuration, ExceptionState& exceptionState)
405 uint32_t toUInt32(v8::Handle<v8::Value> value)
408 return toUInt32(value, NormalConversion, exceptionState);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterface2.cpp 62 TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(index, toUInt32(info[0], exceptionState), exceptionState);
92 TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(index, toUInt32(info[0], exceptionState), exceptionState);
122 TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(index, toUInt32(info[0], exceptionState), exceptionState);