HomeSort by relevance Sort by last modified time
    Searched refs:IPDF_JSPLATFORM (Results 1 - 4 of 4) sorted by null

  /external/pdfium/testing/
embedder_test.h 24 public IPDF_JSPLATFORM,
34 // Equivalent to IPDF_JSPLATFORM::app_alert().
99 static int AlertTrampoline(IPDF_JSPLATFORM* plaform, FPDF_WIDESTRING message,
embedder_test.cpp 214 IPDF_JSPLATFORM* platform = static_cast<IPDF_JSPLATFORM*>(this);
215 memset(platform, 0, sizeof(IPDF_JSPLATFORM));
286 int EmbedderTest::AlertTrampoline(IPDF_JSPLATFORM* platform,
  /external/pdfium/public/
fpdf_formfill.h 225 } IPDF_JSPLATFORM;
529 * pointer to IPDF_JSPLATFORM interface
531 IPDF_JSPLATFORM* m_pJsPlatform;
    [all...]
  /external/pdfium/samples/
pdfium_test.cc 263 int ExampleAppAlert(IPDF_JSPLATFORM*, FPDF_WIDESTRING msg, FPDF_WIDESTRING,
281 void ExampleDocGotoPage(IPDF_JSPLATFORM*, int pageNumber) {
427 IPDF_JSPLATFORM platform_callbacks;

Completed in 86 milliseconds