Home
last modified time | relevance | path

Searched refs:bsType (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.cpp759 ByteString bsType = pPrePDFObj->GetString(); in ExportSubmitFile() local
760 if (bsType == "config" && !(flag & FXFA_CONFIG)) in ExportSubmitFile()
762 if (bsType == "template" && !(flag & FXFA_TEMPLATE)) in ExportSubmitFile()
764 if (bsType == "localeSet" && !(flag & FXFA_LOCALESET)) in ExportSubmitFile()
766 if (bsType == "datasets" && !(flag & FXFA_DATASETS)) in ExportSubmitFile()
768 if (bsType == "xmpmeta" && !(flag & FXFA_XMPMETA)) in ExportSubmitFile()
770 if (bsType == "xfdf" && !(flag & FXFA_XFDF)) in ExportSubmitFile()
772 if (bsType == "form" && !(flag & FXFA_FORM)) in ExportSubmitFile()
775 if (bsType == "form") { in ExportSubmitFile()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp179 const ByteString& bsType) const { in RealizeResource()
188 CPDF_Dictionary* pResList = m_pObjHolder->m_pResources->GetDictFor(bsType); in RealizeResource()
190 pResList = m_pObjHolder->m_pResources->SetNewFor<CPDF_Dictionary>(bsType); in RealizeResource()
195 name = ByteString::Format("FX%c%d", bsType[0], idnum); in RealizeResource()
Dcpdf_pagecontentgenerator.h47 const ByteString& bsType) const;