Searched refs:bOwnFileRead (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_parser.h | 378 … FX_DWORD StartParse(IFX_FileRead* pFile, FX_BOOL bReParse = FALSE, FX_BOOL bOwnFileRead = TRUE); 493 …FX_DWORD StartAsynParse(IFX_FileRead* pFile, FX_BOOL bReParse = FALSE, FX_BOOL bOwnFileRead = TR…
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_parser.cpp | 144 FX_DWORD CPDF_Parser::StartParse(IFX_FileRead* pFileAccess, FX_BOOL bReParse, FX_BOOL bOwnFileRead) in StartParse() argument 149 m_bOwnFileRead = bOwnFileRead; in StartParse() 152 if (bOwnFileRead && pFileAccess) { in StartParse() 1545 …WORD CPDF_Parser::StartAsynParse(IFX_FileRead* pFileAccess, FX_BOOL bReParse, FX_BOOL bOwnFileRead) in StartAsynParse() argument 1550 m_bOwnFileRead = bOwnFileRead; in StartAsynParse() 1557 return StartParse(pFileAccess, bReParse, bOwnFileRead); in StartAsynParse()
|