Home
last modified time | relevance | path

Searched refs:platform_callbacks (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/testing/fuzzers/
Dpdfium_fuzzer_helper.cc123 IPDF_JSPLATFORM platform_callbacks; in RenderPdf() local
124 memset(&platform_callbacks, '\0', sizeof(platform_callbacks)); in RenderPdf()
125 platform_callbacks.version = 3; in RenderPdf()
126 platform_callbacks.app_alert = ExampleAppAlert; in RenderPdf()
127 platform_callbacks.app_response = ExampleAppResponse; in RenderPdf()
128 platform_callbacks.Doc_gotoPage = ExampleDocGotoPage; in RenderPdf()
129 platform_callbacks.Doc_mail = ExampleDocMail; in RenderPdf()
134 form_callbacks.m_pJsPlatform = &platform_callbacks; in RenderPdf()
/external/pdfium/samples/
Dpdfium_test.cc890 IPDF_JSPLATFORM platform_callbacks = {}; in RenderPdf() local
891 platform_callbacks.version = 3; in RenderPdf()
892 platform_callbacks.app_alert = ExampleAppAlert; in RenderPdf()
893 platform_callbacks.app_beep = ExampleAppBeep; in RenderPdf()
894 platform_callbacks.app_response = ExampleAppResponse; in RenderPdf()
895 platform_callbacks.Doc_getFilePath = ExampleDocGetFilePath; in RenderPdf()
896 platform_callbacks.Doc_mail = ExampleDocMail; in RenderPdf()
897 platform_callbacks.Doc_print = ExampleDocPrint; in RenderPdf()
898 platform_callbacks.Doc_submitForm = ExampleDocSubmitForm; in RenderPdf()
899 platform_callbacks.Doc_gotoPage = ExampleDocGotoPage; in RenderPdf()
[all …]