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

/external/chromium_org/gin/
H A Darray_buffer.h17 class ArrayBufferAllocator : public v8::ArrayBuffer::Allocator { class in namespace:gin
23 GIN_EXPORT static ArrayBufferAllocator* SharedInstance();
/external/chromium_org/v8/src/
H A Dv8.h72 static v8::ArrayBuffer::Allocator* ArrayBufferAllocator() { function in class:v8::internal::V8
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8Binding.cpp96 class ArrayBufferAllocator : public v8::ArrayBuffer::Allocator { class in namespace:blink
119 DEFINE_STATIC_LOCAL(ArrayBufferAllocator, arrayBufferAllocator, ());

Completed in 220 milliseconds