HomeSort by relevance Sort by last modified time
    Searched refs:GetChunkSize (Results 1 - 7 of 7) sorted by null

  /external/pdfium/xfa/src/fee/include/
ifde_txtedtbuf.h 17 virtual int32_t GetChunkSize() const = 0;
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtbuf.h 62 virtual int32_t GetChunkSize() const;
fde_txtedtbuf.cpp 165 int32_t CFDE_TxtEdtBuf::GetChunkSize() const {
fde_txtedtengine.cpp 127 int32_t nPlateSize = std::min(nStreamLength, m_pTxtBuf->GetChunkSize());
    [all...]
  /external/v8/include/
v8-profiler.h 322 virtual int GetChunkSize() { return 1024; }
  /external/v8/src/profiler/
heap-snapshot-generator.cc 619 int prefered_chunk_size = stream->GetChunkSize();
    [all...]
  /external/v8/src/
api.cc     [all...]

Completed in 354 milliseconds