HomeSort by relevance Sort by last modified time
    Searched defs:Uint8Array (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
Uint8Array.h 36 class Uint8Array : public IntegralTypedArrayBase<unsigned char> {
38 static inline PassRefPtr<Uint8Array> create(unsigned length);
39 static inline PassRefPtr<Uint8Array> create(const unsigned char* array, unsigned length);
40 static inline PassRefPtr<Uint8Array> create(PassRefPtr<ArrayBuffer>, unsigned byteOffset, unsigned length);
44 static inline PassRefPtr<Uint8Array> createUninitialized(unsigned length);
49 inline PassRefPtr<Uint8Array> subarray(int start) const;
50 inline PassRefPtr<Uint8Array> subarray(int start, int end) const;
58 inline Uint8Array(PassRefPtr<ArrayBuffer>,
65 PassRefPtr<Uint8Array> Uint8Array::create(unsigned length
    [all...]
  /external/chromium_org/v8/include/
v8.h     [all...]

Completed in 370 milliseconds