Searched refs:bReParse (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_page.h | 109 void StartParse(CPDF_ParseOptions* pOptions = NULL, FX_BOOL bReParse = FALSE); 111 FX_BOOL bReParse = FALSE);
|
D | fpdf_parser.h | 374 FX_BOOL bReParse = FALSE, 377 void CloseParser(FX_BOOL bReParse = FALSE); 437 FX_BOOL bReParse = FALSE,
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page.cpp | 861 void CPDF_Page::StartParse(CPDF_ParseOptions* pOptions, FX_BOOL bReParse) { in StartParse() argument 862 if (bReParse) { in StartParse() 872 void CPDF_Page::ParseContent(CPDF_ParseOptions* pOptions, FX_BOOL bReParse) { in ParseContent() argument 873 StartParse(pOptions, bReParse); in ParseContent()
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_parser.cpp | 162 void CPDF_Parser::CloseParser(FX_BOOL bReParse) { in CloseParser() argument 164 if (!bReParse) { in CloseParser() 206 FX_BOOL bReParse, in StartParse() argument 208 CloseParser(bReParse); in StartParse() 236 if (!bReParse) in StartParse() 1592 FX_BOOL bReParse, in StartAsynParse() argument 1594 CloseParser(bReParse); in StartAsynParse() 1604 return StartParse(pFileAccess, bReParse, bOwnFileRead); in StartAsynParse() 1606 if (!bReParse) { in StartAsynParse()
|