Searched refs:m_pJsPlatform (Results 1 – 7 of 7) sorted by relevance
68 if (!m_pInfo || !m_pInfo->m_pJsPlatform || in JS_appAlert()69 !m_pInfo->m_pJsPlatform->app_alert) { in JS_appAlert()74 return m_pInfo->m_pJsPlatform->app_alert( in JS_appAlert()75 m_pInfo->m_pJsPlatform, AsFPDFWideString(&bsMsg), in JS_appAlert()86 if (!m_pInfo || !m_pInfo->m_pJsPlatform || in JS_appResponse()87 !m_pInfo->m_pJsPlatform->app_response) { in JS_appResponse()94 return m_pInfo->m_pJsPlatform->app_response( in JS_appResponse()95 m_pInfo->m_pJsPlatform, AsFPDFWideString(&bsQuestion), in JS_appResponse()101 if (!m_pInfo || !m_pInfo->m_pJsPlatform || in JS_appBeep()102 !m_pInfo->m_pJsPlatform->app_beep) { in JS_appBeep()[all …]
208 bool IsJSInitiated() const { return m_pInfo && m_pInfo->m_pJsPlatform; } in IsJSInitiated()
422 !pFormFillEnv->GetFormFillInfo()->m_pJsPlatform) { in ExportData()579 !pFormFillEnv->GetFormFillInfo()->m_pJsPlatform || in Print()580 !pFormFillEnv->GetFormFillInfo()->m_pJsPlatform->Doc_print) { in Print()584 pFormFillEnv->GetFormFillInfo()->m_pJsPlatform->Doc_print( in Print()585 pFormFillEnv->GetFormFillInfo()->m_pJsPlatform, in Print()
76 IPDF_JSPLATFORM* pPlatform = m_pFormFillEnv->GetFormFillInfo()->m_pJsPlatform; in CJS_Runtime()
719 IPDF_JSPLATFORM* m_pJsPlatform; member
221 formfillinfo->m_pJsPlatform = platform; in SetupFormFillEnvironment()
1372 form_callbacks.m_pJsPlatform = &platform_callbacks; in RenderPdf()