Home
last modified time | relevance | path

Searched defs:TypedArrayBase (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
DInt16Array.h52 friend class TypedArrayBase<short>; variable
DFloat32Array.h67 friend class TypedArrayBase<float>; variable
DInt32Array.h52 friend class TypedArrayBase<int>; variable
DUint8Array.h54 friend class TypedArrayBase<unsigned char>; variable
DUint16Array.h54 friend class TypedArrayBase<unsigned short>; variable
DUint32Array.h54 friend class TypedArrayBase<unsigned int>; variable
DInt8Array.h54 friend class TypedArrayBase<signed char>; variable
DTypedArrayBase.h69 TypedArrayBase(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) in TypedArrayBase() function