Searched refs:m_pJsPlatform (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/fpdfsdk/include/ |
D | fsdk_mgr.h | 126 if(m_pInfo && m_pInfo->m_pJsPlatform && m_pInfo->m_pJsPlatform->app_alert) in JS_appAlert() 132 int ret = m_pInfo->m_pJsPlatform->app_alert(m_pInfo->m_pJsPlatform, pMsg, pTitle, Type, Icon); in JS_appAlert() 142 if (m_pInfo && m_pInfo->m_pJsPlatform && m_pInfo->m_pJsPlatform->app_response) in JS_appResponse() 152 int ret = m_pInfo->m_pJsPlatform->app_response(m_pInfo->m_pJsPlatform, pQuestion, pTitle, in JS_appResponse() 165 if(m_pInfo && m_pInfo->m_pJsPlatform && m_pInfo->m_pJsPlatform->app_beep) in JS_appBeep() 167 m_pInfo->m_pJsPlatform->app_beep(m_pInfo->m_pJsPlatform, nType); in JS_appBeep() 173 if (m_pInfo && m_pInfo->m_pJsPlatform && m_pInfo->m_pJsPlatform->Field_browse) in JS_fieldBrowse() 175 int nRequiredLen = m_pInfo->m_pJsPlatform->Field_browse(m_pInfo->m_pJsPlatform, NULL, 0); in JS_fieldBrowse() 184 …int nActualLen = m_pInfo->m_pJsPlatform->Field_browse(m_pInfo->m_pJsPlatform, pbuff, nRequiredLen); in JS_fieldBrowse() 200 if (m_pInfo && m_pInfo->m_pJsPlatform && m_pInfo->m_pJsPlatform->Doc_getFilePath) in JS_docGetFilePath() [all …]
|
/external/pdfium/public/ |
D | fpdf_formfill.h | 531 IPDF_JSPLATFORM* m_pJsPlatform; member
|
/external/pdfium/testing/ |
D | embedder_test.cpp | 224 formfillinfo->m_pJsPlatform = platform; in OpenDocument()
|
/external/pdfium/samples/ |
D | pdfium_test.cc | 436 form_callbacks.m_pJsPlatform = &platform_callbacks; in RenderPdf()
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_mgr.cpp | 319 if(m_pInfo->m_pJsPlatform) in IsJSInitiated()
|