Home
last modified time | relevance | path

Searched refs:IPDF_JSPLATFORM (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/testing/fuzzers/
Dpdfium_fuzzer_helper.cc52 int ExampleAppAlert(IPDF_JSPLATFORM*, in ExampleAppAlert() argument
60 int ExampleAppResponse(IPDF_JSPLATFORM*, in ExampleAppResponse() argument
77 void ExampleDocGotoPage(IPDF_JSPLATFORM*, int pageNumber) {} in ExampleDocGotoPage() argument
79 void ExampleDocMail(IPDF_JSPLATFORM*, in ExampleDocMail() argument
123 IPDF_JSPLATFORM platform_callbacks; in RenderPdf()
/external/pdfium/samples/
Dpdfium_test.cc231 int ExampleAppAlert(IPDF_JSPLATFORM*, in ExampleAppAlert() argument
243 void ExampleAppBeep(IPDF_JSPLATFORM*, int type) { in ExampleAppBeep() argument
247 int ExampleAppResponse(IPDF_JSPLATFORM*, in ExampleAppResponse() argument
270 int ExampleDocGetFilePath(IPDF_JSPLATFORM*, void* file_path, int length) { in ExampleDocGetFilePath() argument
278 void ExampleDocMail(IPDF_JSPLATFORM*, in ExampleDocMail() argument
293 void ExampleDocPrint(IPDF_JSPLATFORM*, in ExampleDocPrint() argument
306 void ExampleDocSubmitForm(IPDF_JSPLATFORM*, in ExampleDocSubmitForm() argument
318 void ExampleDocGotoPage(IPDF_JSPLATFORM*, int page_number) { in ExampleDocGotoPage() argument
322 int ExampleFieldBrowse(IPDF_JSPLATFORM*, void* file_path, int length) { in ExampleFieldBrowse() argument
890 IPDF_JSPLATFORM platform_callbacks = {}; in RenderPdf()
/external/pdfium/testing/
Dembedder_test.h32 public IPDF_JSPLATFORM,
273 static int AlertTrampoline(IPDF_JSPLATFORM* plaform,
Dembedder_test.cpp242 IPDF_JSPLATFORM* platform = static_cast<IPDF_JSPLATFORM*>(this); in SetupFormFillEnvironment()
243 memset(platform, '\0', sizeof(IPDF_JSPLATFORM)); in SetupFormFillEnvironment()
573 int EmbedderTest::AlertTrampoline(IPDF_JSPLATFORM* platform, in AlertTrampoline()
/external/pdfium/public/
Dfpdf_formfill.h321 } IPDF_JSPLATFORM; typedef
719 IPDF_JSPLATFORM* m_pJsPlatform;
/external/pdfium/fxjs/
Dcjs_runtime.cpp45 IPDF_JSPLATFORM* pPlatform = m_pFormFillEnv->GetFormFillInfo()->m_pJsPlatform; in CJS_Runtime()