Home
last modified time | relevance | path

Searched refs:FPDF_LoadXFA (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/testing/fuzzers/
Dpdfium_xfa_lpm_fuzz_stub.cc20 FPDF_LoadXFA(doc); in OnFormFillEnvLoaded()
Dpdfium_xfa_fuzzer.cc23 return FPDF_LoadXFA(doc); in OnFormFillEnvLoaded()
Dpdf_formcalc_context_fuzzer.cc515 return FPDF_LoadXFA(doc); in OnFormFillEnvLoaded()
Dpdf_xfa_raw_fuzzer.cc27 return FPDF_LoadXFA(doc); in OnFormFillEnvLoaded()
Dpdf_xfa_xdp_fdp_fuzzer.cc24 return FPDF_LoadXFA(doc); in OnFormFillEnvLoaded()
Dpdf_xfa_fdp_fuzzer.cc30 return FPDF_LoadXFA(doc); in OnFormFillEnvLoaded()
/external/pdfium/public/
Dfpdf_formfill.h2001 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_LoadXFA(FPDF_DOCUMENT document);
/external/pdfium/fpdfsdk/
Dfpdf_view_c_api_test.c318 CHK(FPDF_LoadXFA); in CheckPDFiumCApi()
Dfpdf_view.cpp304 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_LoadXFA(FPDF_DOCUMENT document) { in FPDF_LoadXFA() function
/external/pdfium/testing/
Dembedder_test.cpp414 FPDF_LoadXFA(document_ptr); in OpenDocumentHelper()
/external/pdfium/samples/
Dpdfium_test.cc1272 if (!FPDF_LoadXFA(doc.get())) in ProcessPage()