Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_interactiveform.h83 bool bIncludeOrExclude) const;
91 bool bIncludeOrExclude,
98 bool bIncludeOrExclude,
Dcpdf_interactiveform.cpp813 bool bIncludeOrExclude, in ResetForm() argument
821 if (bIncludeOrExclude == pdfium::ContainsValue(fields, pField)) in ResetForm()
982 bool bIncludeOrExclude) const { in CheckRequiredFields()
1001 if (bIncludeOrExclude == bFind) { in CheckRequiredFields()
1025 bool bIncludeOrExclude, in ExportToFDF() argument
1058 if (bIncludeOrExclude != pdfium::ContainsValue(fields, pField)) in ExportToFDF()
/external/pdfium/fpdfsdk/
Dcpdfsdk_interactiveform.cpp426 bool bIncludeOrExclude = !(dwFlags & 0x01); in DoAction_SubmitForm() local
427 if (!m_pInteractiveForm->CheckRequiredFields(&fields, bIncludeOrExclude)) in DoAction_SubmitForm()
430 return SubmitFields(sDestination, fields, bIncludeOrExclude, false); in DoAction_SubmitForm()
442 bool bIncludeOrExclude, in SubmitFields() argument
444 ByteString textBuf = ExportFieldsToFDFTextBuf(fields, bIncludeOrExclude); in SubmitFields()
458 bool bIncludeOrExclude) { in ExportFieldsToFDFTextBuf() argument
460 m_pFormFillEnv->GetFilePath(), fields, bIncludeOrExclude, false); in ExportFieldsToFDFTextBuf()
Dcpdfsdk_interactiveform.h77 bool bIncludeOrExclude,
83 bool bIncludeOrExclude);