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

/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_parser.cpp3050 CPDF_Object* CPDF_DataAvail::GetObject(FX_DWORD objnum, IFX_DownloadHints* pHints, FX_BOOL *pExistInFile) argument
3053 if (pExistInFile) {
3054 *pExistInFile = TRUE;
3059 *pExistInFile = FALSE;
3069 if (!pRet && pExistInFile) {
3070 *pExistInFile = FALSE;
3083 if (!pRet && pExistInFile) {
3084 *pExistInFile = FALSE;
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_parser.h1009 CPDF_Object * GetObject(FX_DWORD objnum, IFX_DownloadHints* pHints, FX_BOOL *pExistInFile);

Completed in 44 milliseconds