Home
last modified time | relevance | path

Searched refs:GetChunkSize (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/src/fee/include/
Difde_txtedtbuf.h17 virtual int32_t GetChunkSize() const = 0;
/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtbuf.h62 virtual int32_t GetChunkSize() const;
Dfde_txtedtbuf.cpp165 int32_t CFDE_TxtEdtBuf::GetChunkSize() const { in GetChunkSize() function in CFDE_TxtEdtBuf
Dfde_txtedtengine.cpp127 int32_t nPlateSize = std::min(nStreamLength, m_pTxtBuf->GetChunkSize()); in SetTextByStream()
/external/v8/include/
Dv8-profiler.h322 virtual int GetChunkSize() { return 1024; } in GetChunkSize() function
/external/v8/src/profiler/
Dheap-snapshot-generator.cc619 int prefered_chunk_size = stream->GetChunkSize(); in PushHeapObjectsStats()
2630 chunk_size_(stream->GetChunkSize()), in OutputStreamWriter()
/external/v8/src/
Dapi.cc8212 Utils::ApiCheck(stream->GetChunkSize() > 0, in Serialize()