HomeSort by relevance Sort by last modified time
    Searched defs:CXFA_FileRead (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffapp.h 10 class CXFA_FileRead : public IFX_FileRead {
12 explicit CXFA_FileRead(const CFX_ArrayTemplate<CPDF_Stream*>& streams);
xfa_ffapp.cpp 19 CXFA_FileRead::CXFA_FileRead(const CFX_ArrayTemplate<CPDF_Stream*>& streams) {
26 FX_FILESIZE CXFA_FileRead::GetSize() {
35 FX_BOOL CXFA_FileRead::ReadBlock(void* buffer,

Completed in 180 milliseconds