Home
last modified time | relevance | path

Searched refs:constructArrayBufferView (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
DJSUint32ArrayCustom.cpp54 RefPtr<Uint32Array> array = constructArrayBufferView<Uint32Array, unsigned int>(exec); in constructJSUint32Array()
DJSInt16ArrayCustom.cpp54 RefPtr<Int16Array> array = constructArrayBufferView<Int16Array, short>(exec); in constructJSInt16Array()
DJSFloat32ArrayCustom.cpp54 RefPtr<Float32Array> array = constructArrayBufferView<Float32Array, float>(exec); in constructJSFloat32Array()
DJSInt8ArrayCustom.cpp55 RefPtr<Int8Array> array = constructArrayBufferView<Int8Array, signed char>(exec); in constructJSInt8Array()
DJSUint16ArrayCustom.cpp54 RefPtr<Uint16Array> array = constructArrayBufferView<Uint16Array, unsigned short>(exec); in constructJSUint16Array()
DJSInt32ArrayCustom.cpp54 RefPtr<Int32Array> array = constructArrayBufferView<Int32Array, int>(exec); in constructJSInt32Array()
DJSFloat64ArrayCustom.cpp54 RefPtr<Float64Array> array = constructArrayBufferView<Float64Array, double>(exec); in constructJSFloat64Array()
DJSUint8ArrayCustom.cpp54 RefPtr<Uint8Array> array = constructArrayBufferView<Uint8Array, unsigned char>(exec); in constructJSUint8Array()
DJSArrayBufferViewHelper.h108 PassRefPtr<C> constructArrayBufferView(JSC::ExecState* exec) in constructArrayBufferView() function
/external/webkit/Source/WebCore/
DChangeLog-2010-12-065817 (WebCore::constructArrayBufferView):
18061 (WebCore::constructArrayBufferView):
109894 (WebCore::constructArrayBufferView):
119698 (WebCore::constructArrayBufferView):
119702 … - Removed throwing of INDEX_SIZE_ERROR, delegating responsibility to constructArrayBufferView.
119705 … - Removed throwing of INDEX_SIZE_ERROR, delegating responsibility to constructArrayBufferView.
119708 … - Removed throwing of INDEX_SIZE_ERROR, delegating responsibility to constructArrayBufferView.
119711 … - Removed throwing of INDEX_SIZE_ERROR, delegating responsibility to constructArrayBufferView.
119714 … - Removed throwing of INDEX_SIZE_ERROR, delegating responsibility to constructArrayBufferView.
119717 … - Removed throwing of INDEX_SIZE_ERROR, delegating responsibility to constructArrayBufferView.
[all …]
DChangeLog-2011-02-1614481 (WebCore::constructArrayBufferView):
31820 (WebCore::constructArrayBufferView):
DChangeLog64849 (WebCore::constructArrayBufferView):