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

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

Completed in 890 milliseconds