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(
74 ArrayBufferContents::~ArrayBufferContents()
    [all...]
ArrayBufferContents.h 36 class WTF_EXPORT ArrayBufferContents {
37 WTF_MAKE_NONCOPYABLE(ArrayBufferContents);
44 ArrayBufferContents();
45 ArrayBufferContents(unsigned numElements, unsigned elementByteSize, ArrayBufferContents::InitializationPolicy);
48 // ArrayBufferContents will take ownership of the data and free it (using freeMemorY)
52 ArrayBufferContents(void* data, unsigned sizeInBytes, ArrayBufferDeallocationObserver*);
54 ~ArrayBufferContents();
69 void transfer(ArrayBufferContents& other);
70 void copyTo(ArrayBufferContents& other)
    [all...]

Completed in 598 milliseconds