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

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

Completed in 59 milliseconds