Searched refs:IPDF_JSPLATFORM (Results 1 – 5 of 5) sorted by relevance
31 public IPDF_JSPLATFORM,192 static int AlertTrampoline(IPDF_JSPLATFORM* plaform,
205 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()
310 } IPDF_JSPLATFORM; typedef719 IPDF_JSPLATFORM* m_pJsPlatform;
620 int ExampleAppAlert(IPDF_JSPLATFORM*, in ExampleAppAlert() argument632 int ExampleAppResponse(IPDF_JSPLATFORM*, in ExampleAppResponse() argument655 void ExampleDocGotoPage(IPDF_JSPLATFORM*, int page_number) { in ExampleDocGotoPage() argument659 void ExampleDocMail(IPDF_JSPLATFORM*, in ExampleDocMail() argument1354 IPDF_JSPLATFORM platform_callbacks = {}; in RenderPdf()
76 IPDF_JSPLATFORM* pPlatform = m_pFormFillEnv->GetFormFillInfo()->m_pJsPlatform; in CJS_Runtime()