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

  /external/chromium_org/third_party/WebKit/Source/wtf/
ArrayBufferContents.cpp 28 #include "wtf/ArrayBufferContents.h"
37 ArrayBufferContents::ArrayBufferContents()
42 ArrayBufferContents::ArrayBufferContents(unsigned numElements, unsigned elementByteSize, ArrayBufferContents::InitializationPolicy policy)
59 ArrayBufferContents::ArrayBufferContents(void* data, unsigned sizeInBytes)
73 ArrayBufferContents::~ArrayBufferContents()
    [all...]
ArrayBufferContents.h 37 class WTF_EXPORT ArrayBufferContents {
38 WTF_MAKE_NONCOPYABLE(ArrayBufferContents);
45 ArrayBufferContents();
46 ArrayBufferContents(unsigned numElements, unsigned elementByteSize, ArrayBufferContents::InitializationPolicy);
49 // ArrayBufferContents will take ownership of the data and free it (using freeMemorY)
51 ArrayBufferContents(void* data, unsigned sizeInBytes);
53 ~ArrayBufferContents();
63 void transfer(ArrayBufferContents& other);
64 void copyTo(ArrayBufferContents& other)
    [all...]

Completed in 711 milliseconds