Home
last modified time | relevance | path

Searched refs:FPDFPERM_FILL_FORM (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.h37 #define FPDFPERM_FILL_FORM 0x0100 macro
/external/pdfium/fpdfsdk/
Dcpdfsdk_widgethandler.cpp51 return (dwPermissions & FPDFPERM_FILL_FORM) || in CanAnswer()
/external/pdfium/fxjs/
Dcjs_document.cpp474 m_pFormFillEnv->GetPermissions(FPDFPERM_FILL_FORM))) { in resetForm()
1206 m_pFormFillEnv->GetPermissions(FPDFPERM_FILL_FORM))) { in calculateNow()
Dcjs_field.cpp215 m_bCanSet = m_pFormFillEnv->GetPermissions(FPDFPERM_FILL_FORM) || in AttachField()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.cpp463 return (dwPermissions & FPDFPERM_FILL_FORM) || in IsFillingAllowed()