Searched defs:bXDP (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/app/
H A Dxfa_ffdoc.cpp437 bool bXDP) {
435 ImportData( const CFX_RetainPtr<IFX_SeekableReadStream>& pStream, bool bXDP) argument
/external/pdfium/xfa/fxfa/parser/
H A Dcscript_hostpseudomodel.cpp624 bool bXDP = true; local
630 bXDP = pArguments->GetInt32(1) == 0 ? false : true;
632 pNotify->GetDocEnvironment()->ExportData(hDoc, wsFilePath, bXDP);
/external/pdfium/fpdfsdk/fpdfxfa/
H A Dcpdfxfa_docenvironment.cpp410 bool bXDP) {
423 int fileType = bXDP ? FXFA_SAVEAS_XDP : FXFA_SAVEAS_XML;
436 pFormFillEnv->OpenFile(bXDP ? FXFA_SAVEAS_XDP : FXFA_SAVEAS_XML,
408 ExportData(CXFA_FFDoc* hDoc, const CFX_WideString& wsFilePath, bool bXDP) argument

Completed in 82 milliseconds