Searched defs:toUInt32 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8Binding.cpp319 uint32_t toUInt32(v8::Handle<v8::Value> value, IntegerConversionConfiguration configuration, bool& ok) function in namespace:WebCore
H A DV8Binding.h345 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); } function in namespace:WebCore
349 inline uint32_t toUInt32(v8::Handle<v8::Value> value) function in namespace:WebCore
352 return toUInt32(value, NormalConversion, ok);
404 return toUInt32(value);

Completed in 77 milliseconds