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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8Binding.h 318 uint8_t toUInt8(v8::Handle<v8::Value>, IntegerConversionConfiguration, bool& ok);
319 inline uint8_t toUInt8(v8::Handle<v8::Value> value, bool& ok) { return toUInt8(value, NormalConversion, ok); }
322 inline uint8_t toUInt8(v8::Handle<v8::Value> value)
325 return toUInt8(value, NormalConversion, ok);
V8Binding.cpp 229 uint8_t toUInt8(v8::Handle<v8::Value> value, IntegerConversionConfiguration configuration, bool& ok)
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestObject.cpp 279 V8TRYCATCH_VOID(unsigned, v, toUInt8(value));
    [all...]

Completed in 139 milliseconds