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

  /external/chromium_org/v8/src/
v8.h 121 static v8::ArrayBuffer::Allocator* ArrayBufferAllocator() {
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8Binding.cpp 105 class ArrayBufferAllocator : public v8::ArrayBuffer::Allocator {
133 DEFINE_STATIC_LOCAL(ArrayBufferAllocator, arrayBufferAllocator, ());
134 return &arrayBufferAllocator;

Completed in 1159 milliseconds