Home
last modified time | relevance | path

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

/external/pdfium/testing/
Dembedder_test.cpp208 IPDF_JSPLATFORM* platform = static_cast<IPDF_JSPLATFORM*>(this); in SetupFormFillEnvironment()
209 memset(platform, 0, sizeof(IPDF_JSPLATFORM)); in SetupFormFillEnvironment()
308 int EmbedderTest::AlertTrampoline(IPDF_JSPLATFORM* platform, in AlertTrampoline()
Dembedder_test.h29 public IPDF_JSPLATFORM,
137 static int AlertTrampoline(IPDF_JSPLATFORM* plaform,
/external/pdfium/samples/
Dpdfium_test.cc329 int ExampleAppAlert(IPDF_JSPLATFORM*, in ExampleAppAlert() argument
341 int ExampleAppResponse(IPDF_JSPLATFORM*, in ExampleAppResponse() argument
364 void ExampleDocGotoPage(IPDF_JSPLATFORM*, int page_number) { in ExampleDocGotoPage() argument
368 void ExampleDocMail(IPDF_JSPLATFORM*, in ExampleDocMail() argument
727 IPDF_JSPLATFORM platform_callbacks; in RenderPdf()
/external/pdfium/public/
Dfpdf_formfill.h307 } IPDF_JSPLATFORM; typedef
716 IPDF_JSPLATFORM* m_pJsPlatform;
/external/pdfium/fpdfsdk/javascript/
Dcjs_runtime.cpp65 IPDF_JSPLATFORM* pPlatform = m_pFormFillEnv->GetFormFillInfo()->m_pJsPlatform; in CJS_Runtime()