Home
last modified time | relevance | path

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

/external/pdfium/testing/
Dembedder_test.h31 public IPDF_JSPLATFORM,
192 static int AlertTrampoline(IPDF_JSPLATFORM* plaform,
Dembedder_test.cpp205 IPDF_JSPLATFORM* platform = static_cast<IPDF_JSPLATFORM*>(this); in SetupFormFillEnvironment()
206 memset(platform, '\0', sizeof(IPDF_JSPLATFORM)); in SetupFormFillEnvironment()
389 int EmbedderTest::AlertTrampoline(IPDF_JSPLATFORM* platform, in AlertTrampoline()
/external/pdfium/public/
Dfpdf_formfill.h310 } IPDF_JSPLATFORM; typedef
719 IPDF_JSPLATFORM* m_pJsPlatform;
/external/pdfium/samples/
Dpdfium_test.cc620 int ExampleAppAlert(IPDF_JSPLATFORM*, in ExampleAppAlert() argument
632 int ExampleAppResponse(IPDF_JSPLATFORM*, in ExampleAppResponse() argument
655 void ExampleDocGotoPage(IPDF_JSPLATFORM*, int page_number) { in ExampleDocGotoPage() argument
659 void ExampleDocMail(IPDF_JSPLATFORM*, in ExampleDocMail() argument
1354 IPDF_JSPLATFORM platform_callbacks = {}; in RenderPdf()
/external/pdfium/fxjs/
Dcjs_runtime.cpp76 IPDF_JSPLATFORM* pPlatform = m_pFormFillEnv->GetFormFillInfo()->m_pJsPlatform; in CJS_Runtime()