Searched refs:IPDF_JSPLATFORM (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/testing/fuzzers/ |
D | pdfium_fuzzer_helper.cc | 52 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/ |
D | pdfium_test.cc | 231 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/ |
D | embedder_test.h | 32 public IPDF_JSPLATFORM, 273 static int AlertTrampoline(IPDF_JSPLATFORM* plaform,
|
D | embedder_test.cpp | 242 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/ |
D | fpdf_formfill.h | 321 } IPDF_JSPLATFORM; typedef 719 IPDF_JSPLATFORM* m_pJsPlatform;
|
/external/pdfium/fxjs/ |
D | cjs_runtime.cpp | 45 IPDF_JSPLATFORM* pPlatform = m_pFormFillEnv->GetFormFillInfo()->m_pJsPlatform; in CJS_Runtime()
|