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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DTypedArrayBase.h36 class TypedArrayBase : public ArrayBufferView { class in namespace:WTF
40 bool set(TypedArrayBase<T>* array, unsigned offset)
72 ASSERT_WITH_SECURITY_IMPLICATION(index < TypedArrayBase<T>::m_length);
73 return TypedArrayBase<T>::data()[index];
85 TypedArrayBase(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length)
153 using WTF::TypedArrayBase;

Completed in 253 milliseconds