Home
last modified time | relevance | path

Searched refs:bIncludeOrExclude (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_interactiveform.h80 bool bIncludeOrExclude) const;
86 bool bIncludeOrExclude) const;
89 void ResetForm(pdfium::span<CPDF_FormField*> fields, bool bIncludeOrExclude);
Dcpdf_interactiveform.cpp736 bool bIncludeOrExclude) { in ResetForm() argument
744 if (bIncludeOrExclude == pdfium::Contains(fields, pField)) in ResetForm()
891 bool bIncludeOrExclude) const { in CheckRequiredFields()
911 if (bIncludeOrExclude == bFind) { in CheckRequiredFields()
935 bool bIncludeOrExclude) const { in ExportToFDF()
964 if (bIncludeOrExclude != pdfium::Contains(fields, pField)) in ExportToFDF()
/external/pdfium/fpdfsdk/
Dcpdfsdk_interactiveform.cpp427 bool bIncludeOrExclude = !(dwFlags & 0x01); in DoAction_SubmitForm() local
428 if (!m_pInteractiveForm->CheckRequiredFields(&fields, bIncludeOrExclude)) in DoAction_SubmitForm()
431 return SubmitFields(sDestination, fields, bIncludeOrExclude, false); in DoAction_SubmitForm()
443 bool bIncludeOrExclude, in SubmitFields() argument
445 ByteString text_buf = ExportFieldsToFDFTextBuf(fields, bIncludeOrExclude); in SubmitFields()
461 bool bIncludeOrExclude) { in ExportFieldsToFDFTextBuf() argument
463 m_pFormFillEnv->GetFilePath(), fields, bIncludeOrExclude); in ExportFieldsToFDFTextBuf()
Dcpdfsdk_interactiveform.h75 bool bIncludeOrExclude,
81 bool bIncludeOrExclude);