Home
last modified time | relevance | path

Searched refs:bOwnFileRead (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/include/fpdfapi/
Dfpdf_parser.h375 FX_BOOL bOwnFileRead = TRUE);
438 FX_BOOL bOwnFileRead = TRUE);
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_parser.cpp207 FX_BOOL bOwnFileRead) { in StartParse() argument
211 m_bOwnFileRead = bOwnFileRead; in StartParse()
215 if (bOwnFileRead && pFileAccess) in StartParse()
1593 FX_BOOL bOwnFileRead) { in StartAsynParse() argument
1597 m_bOwnFileRead = bOwnFileRead; in StartAsynParse()
1604 return StartParse(pFileAccess, bReParse, bOwnFileRead); in StartAsynParse()