Home
last modified time | relevance | path

Searched refs:array_buffer_allocator_ (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/testing/
Dxfa_js_embedder_test.cpp16 : array_buffer_allocator_(pdfium::MakeUnique<FXJS_ArrayBufferAllocator>()) { in XFAJSEmbedderTest()
23 params.array_buffer_allocator = array_buffer_allocator_.get(); in SetUp()
Dxfa_js_embedder_test.h41 std::unique_ptr<FXJS_ArrayBufferAllocator> array_buffer_allocator_;
/external/v8/src/
Disolate.h1456 array_buffer_allocator_ = allocator; in set_array_buffer_allocator()
1459 return array_buffer_allocator_; in array_buffer_allocator()
1827 v8::ArrayBuffer::Allocator* array_buffer_allocator_; variable