Home
last modified time | relevance | path

Searched refs:V8Uint8Array (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
DV8ArrayBufferViewCustom.cpp52 return V8Uint8Array::toImpl(object); in toImpl()
DV8Uint8ArrayCustom.h60 typedef V8TypedArray<Uint8Array> V8Uint8Array; typedef
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
DV8TestInterfaceEventConstructor.cpp116 …if (cppValue && DOMDataStore::setReturnValueFromWrapper<V8Uint8Array>(info.GetReturnValue(), cppVa… in initializedByEventConstructorReadonlyUint8ArrayAttributeAttributeGetter()
DV8TestObject.cpp1346 …Uint8Array* cppValue = v8Value->IsUint8Array() ? V8Uint8Array::toImpl(v8::Handle<v8::Uint8Array>::… in uint8ArrayAttributeAttributeSetter()
6025 …uint8ArrayArg = info[0]->IsUint8Array() ? V8Uint8Array::toImpl(v8::Handle<v8::Uint8Array>::Cast(in… in voidMethodUint8ArrayArgMethod()
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DDictionaryHelperForCore.cpp435 typedef V8Uint8Array type;