Home
last modified time | relevance | path

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

/external/pdfium/testing/
Dembedder_test.h24 public IPDF_JSPLATFORM,
99 static int AlertTrampoline(IPDF_JSPLATFORM* plaform, FPDF_WIDESTRING message,
Dembedder_test.cpp214 IPDF_JSPLATFORM* platform = static_cast<IPDF_JSPLATFORM*>(this); in OpenDocument()
215 memset(platform, 0, sizeof(IPDF_JSPLATFORM)); in OpenDocument()
286 int EmbedderTest::AlertTrampoline(IPDF_JSPLATFORM* platform, in AlertTrampoline()
/external/pdfium/public/
Dfpdf_formfill.h225 } IPDF_JSPLATFORM; typedef
531 IPDF_JSPLATFORM* m_pJsPlatform;
/external/pdfium/samples/
Dpdfium_test.cc263 int ExampleAppAlert(IPDF_JSPLATFORM*, FPDF_WIDESTRING msg, FPDF_WIDESTRING, in ExampleAppAlert() argument
281 void ExampleDocGotoPage(IPDF_JSPLATFORM*, int pageNumber) { in ExampleDocGotoPage() argument
427 IPDF_JSPLATFORM platform_callbacks; in RenderPdf()