Home
last modified time | relevance | path

Searched refs:app_response (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/testing/fuzzers/
Dpdfium_fuzzer_helper.cc124 platform_callbacks.app_response = ExampleAppResponse; in RenderPdf()
/external/pdfium/public/
Dfpdf_formfill.h128 int (*app_response)(struct _IPDF_JsPlatform* pThis, member
/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.cpp208 if (!js_platform || !js_platform->app_response) in JS_appResponse()
215 return js_platform->app_response( in JS_appResponse()
/external/pdfium/testing/
Dpdfium_test.cc1619 platform_callbacks.app_response = ExampleAppResponse; in ProcessPdf()