Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/testing/
H A Dfxv8_unittest.cpp21 array_buffer_allocator_ = std::make_unique<CFX_V8ArrayBufferAllocator>(); in SetUp()
24 params.array_buffer_allocator = array_buffer_allocator_.get(); in SetUp()
H A Dv8_test_environment.cpp26 array_buffer_allocator_(std::make_unique<CFX_V8ArrayBufferAllocator>()) { in V8TestEnvironment()
69 params.array_buffer_allocator = array_buffer_allocator_.get(); in SetUp()
H A Dfxv8_unittest.h33 std::unique_ptr<CFX_V8ArrayBufferAllocator> array_buffer_allocator_;
H A Dv8_test_environment.h47 std::unique_ptr<CFX_V8ArrayBufferAllocator> array_buffer_allocator_; variable