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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8Binding.cpp 319 uint32_t toUInt32(v8::Handle<v8::Value> value, IntegerConversionConfiguration configuration, bool& ok)
V8Binding.h 345 uint32_t toUInt32(v8::Handle<v8::Value>, IntegerConversionConfiguration, bool& ok);
346 inline uint32_t toUInt32(v8::Handle<v8::Value> value, bool& ok) { return toUInt32(value, NormalConversion, ok); }
349 inline uint32_t toUInt32(v8::Handle<v8::Value> value)
352 return toUInt32(value, NormalConversion, ok);
404 return toUInt32(value);

Completed in 36 milliseconds