HomeSort by relevance Sort by last modified time
    Searched refs:m_pJsPlatform (Results 1 - 7 of 7) sorted by null

  /external/pdfium/fpdfsdk/
cpdfsdk_formfillenvironment.cpp 67 if (!m_pInfo || !m_pInfo->m_pJsPlatform ||
68 !m_pInfo->m_pJsPlatform->app_alert) {
73 return m_pInfo->m_pJsPlatform->app_alert(
74 m_pInfo->m_pJsPlatform, AsFPDFWideString(&bsMsg),
85 if (!m_pInfo || !m_pInfo->m_pJsPlatform ||
86 !m_pInfo->m_pJsPlatform->app_response) {
93 return m_pInfo->m_pJsPlatform->app_response(
94 m_pInfo->m_pJsPlatform, AsFPDFWideString(&bsQuestion),
100 if (!m_pInfo || !m_pInfo->m_pJsPlatform ||
101 !m_pInfo->m_pJsPlatform->app_beep)
    [all...]
cpdfsdk_formfillenvironment.h 193 bool IsJSInitiated() const { return m_pInfo && m_pInfo->m_pJsPlatform; }
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_docenvironment.cpp 427 !pFormFillEnv->GetFormFillInfo()->m_pJsPlatform) {
580 !pFormFillEnv->GetFormFillInfo()->m_pJsPlatform ||
581 !pFormFillEnv->GetFormFillInfo()->m_pJsPlatform->Doc_print) {
585 pFormFillEnv->GetFormFillInfo()->m_pJsPlatform->Doc_print(
586 pFormFillEnv->GetFormFillInfo()->m_pJsPlatform,
    [all...]
  /external/pdfium/fpdfsdk/javascript/
cjs_runtime.cpp 65 IPDF_JSPLATFORM* pPlatform = m_pFormFillEnv->GetFormFillInfo()->m_pJsPlatform;
  /external/pdfium/testing/
embedder_test.cpp 223 formfillinfo->m_pJsPlatform = platform;
  /external/pdfium/public/
fpdf_formfill.h 716 IPDF_JSPLATFORM* m_pJsPlatform;
    [all...]
  /external/pdfium/samples/
pdfium_test.cc 742 form_callbacks.m_pJsPlatform = &platform_callbacks;

Completed in 103 milliseconds