Home
last modified time | relevance | path

Searched refs:kMaxAllowedBytes (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fxjs/
Dfxjs_v8.h114 static const size_t kMaxAllowedBytes = 0x10000000; variable
Dfxjs_v8.cpp147 if (length > kMaxAllowedBytes) in Allocate()
156 if (length > kMaxAllowedBytes) in AllocateUninitialized()