Lines Matching refs:m_pInfo
213 : m_pInfo(pFFinfo), m_pSDKDoc(NULL), m_pUnderlyingDoc(pDoc) { in CPDFDoc_Environment()
229 if (m_pInfo && m_pInfo->m_pJsPlatform && m_pInfo->m_pJsPlatform->app_alert) { in JS_appAlert()
235 int ret = m_pInfo->m_pJsPlatform->app_alert(m_pInfo->m_pJsPlatform, pMsg, in JS_appAlert()
251 if (m_pInfo && m_pInfo->m_pJsPlatform && in JS_appResponse()
252 m_pInfo->m_pJsPlatform->app_response) { in JS_appResponse()
265 int ret = m_pInfo->m_pJsPlatform->app_response( in JS_appResponse()
266 m_pInfo->m_pJsPlatform, pQuestion, pTitle, pDefault, pLabel, bPassword, in JS_appResponse()
278 if (!m_pInfo || !m_pInfo->m_pJsPlatform || in JS_fieldBrowse()
279 !m_pInfo->m_pJsPlatform->Field_browse) { in JS_fieldBrowse()
284 m_pInfo->m_pJsPlatform->Field_browse(m_pInfo->m_pJsPlatform, nullptr, 0); in JS_fieldBrowse()
290 const int nActualLen = m_pInfo->m_pJsPlatform->Field_browse( in JS_fieldBrowse()
291 m_pInfo->m_pJsPlatform, pBuff.get(), nRequiredLen); in JS_fieldBrowse()
301 if (!m_pInfo || !m_pInfo->m_pJsPlatform || in JS_docGetFilePath()
302 !m_pInfo->m_pJsPlatform->Doc_getFilePath) { in JS_docGetFilePath()
306 const int nRequiredLen = m_pInfo->m_pJsPlatform->Doc_getFilePath( in JS_docGetFilePath()
307 m_pInfo->m_pJsPlatform, nullptr, 0); in JS_docGetFilePath()
313 const int nActualLen = m_pInfo->m_pJsPlatform->Doc_getFilePath( in JS_docGetFilePath()
314 m_pInfo->m_pJsPlatform, pBuff.get(), nRequiredLen); in JS_docGetFilePath()
326 if (m_pInfo && m_pInfo->m_pJsPlatform && in JS_docSubmitForm()
327 m_pInfo->m_pJsPlatform->Doc_submitForm) { in JS_docSubmitForm()
331 m_pInfo->m_pJsPlatform->Doc_submitForm(m_pInfo->m_pJsPlatform, formData, in JS_docSubmitForm()
345 if (m_pInfo && m_pInfo->m_pJsPlatform && m_pInfo->m_pJsPlatform->Doc_mail) { in JS_docmailForm()
357 m_pInfo->m_pJsPlatform->Doc_mail(m_pInfo->m_pJsPlatform, mailData, length, in JS_docmailForm()