Searched refs:m_pJsPlatform (Results 1 – 8 of 8) sorted by relevance
172 if (!m_pInfo || !m_pInfo->m_pJsPlatform || in JS_appAlert()173 !m_pInfo->m_pJsPlatform->app_alert) { in JS_appAlert()179 return m_pInfo->m_pJsPlatform->app_alert( in JS_appAlert()180 m_pInfo->m_pJsPlatform, AsFPDFWideString(&bsMsg), in JS_appAlert()191 if (!m_pInfo || !m_pInfo->m_pJsPlatform || in JS_appResponse()192 !m_pInfo->m_pJsPlatform->app_response) { in JS_appResponse()199 return m_pInfo->m_pJsPlatform->app_response( in JS_appResponse()200 m_pInfo->m_pJsPlatform, AsFPDFWideString(&bsQuestion), in JS_appResponse()206 if (!m_pInfo || !m_pInfo->m_pJsPlatform || in JS_appBeep()207 !m_pInfo->m_pJsPlatform->app_beep) { in JS_appBeep()[all …]
105 bool IsJSPlatformPresent() const { return m_pInfo && m_pInfo->m_pJsPlatform; } in IsJSPlatformPresent()
431 !pFormFillEnv->GetFormFillInfo()->m_pJsPlatform) { in ExportData()574 !pFormFillEnv->GetFormFillInfo()->m_pJsPlatform || in Print()575 !pFormFillEnv->GetFormFillInfo()->m_pJsPlatform->Doc_print) { in Print()579 pFormFillEnv->GetFormFillInfo()->m_pJsPlatform->Doc_print( in Print()580 pFormFillEnv->GetFormFillInfo()->m_pJsPlatform, in Print()
134 form_callbacks.m_pJsPlatform = &platform_callbacks; in RenderPdf()
45 IPDF_JSPLATFORM* pPlatform = m_pFormFillEnv->GetFormFillInfo()->m_pJsPlatform; in CJS_Runtime()
719 IPDF_JSPLATFORM* m_pJsPlatform; member
261 formfillinfo->m_pJsPlatform = platform; in SetupFormFillEnvironment()
915 form_callbacks.m_pJsPlatform = &platform_callbacks; in RenderPdf()