Searched refs:bOwnFile (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_fdf.cpp37 CFDF_Document* CFDF_Document::ParseFile(IFX_FileRead *pFile, FX_BOOL bOwnFile) argument
43 pDoc->ParseStream(pFile, bOwnFile);
54 void CFDF_Document::ParseStream(IFX_FileRead *pFile, FX_BOOL bOwnFile) argument
57 m_bOwnFile = bOwnFile;
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_parser.h803 static CFDF_Document* ParseFile(IFX_FileRead *pFile, FX_BOOL bOwnFile = FALSE);
826 void ParseStream(IFX_FileRead *pFile, FX_BOOL bOwnFile);

Completed in 79 milliseconds