Home
last modified time | relevance | path

Searched refs:FPDF_LoadCustomDocument (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/testing/fuzzers/
Dpdfium_fuzzer_helper.cc174 doc.reset(FPDF_LoadCustomDocument(&file_access, nullptr)); in RenderPdf()
/external/pdfium/public/
Dfpdfview.h518 FPDF_LoadCustomDocument(FPDF_FILEACCESS* pFileAccess, FPDF_BYTESTRING password);
/external/pdfium/fpdfsdk/
Dfpdf_view_c_api_test.c420 CHK(FPDF_LoadCustomDocument); in CheckPDFiumCApi()
Dfpdf_view_embeddertest.cpp406 EXPECT_FALSE(FPDF_LoadCustomDocument(nullptr, "")); in TEST_F()
429 doc.reset(FPDF_LoadCustomDocument(&file_access, nullptr)); in TEST_F()
Dfpdf_view.cpp219 FPDF_LoadCustomDocument(FPDF_FILEACCESS* pFileAccess, in FPDF_LoadCustomDocument() function
Dfpdf_annot_embeddertest.cpp688 FPDF_DOCUMENT new_doc = FPDF_LoadCustomDocument(&file_access, nullptr); in TEST_F()
/external/pdfium/docs/
Dgetting-started.md119 `FPDF_LoadCustomDocument` a return of `NULL` indicates an error opening the
/external/pdfium/core/fpdfapi/parser/
Dcpdf_security_handler_embeddertest.cpp189 EXPECT_FALSE(FPDF_LoadCustomDocument(&file_access, nullptr)); in TEST_F()
/external/pdfium/testing/
Dembedder_test.cpp217 FPDF_LoadCustomDocument(network_simulator->GetFileAccess(), password); in OpenDocumentHelper()
/external/pdfium/samples/
Dpdfium_test.cc869 doc.reset(FPDF_LoadCustomDocument(&file_access, password)); in RenderPdf()