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

  /external/chromium_org/gin/
array_buffer.h 17 class ArrayBufferAllocator : public v8::ArrayBuffer::Allocator {
23 GIN_EXPORT static ArrayBufferAllocator* SharedInstance();
  /external/chromium_org/v8/src/
v8.h 72 static v8::ArrayBuffer::Allocator* ArrayBufferAllocator() {
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8Binding.cpp 96 class ArrayBufferAllocator : public v8::ArrayBuffer::Allocator {
119 DEFINE_STATIC_LOCAL(ArrayBufferAllocator, arrayBufferAllocator, ());
120 return &arrayBufferAllocator;
    [all...]

Completed in 565 milliseconds