Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.h181 WideString GetCheckValue(bool bDefault) const;
Dcpdf_formfield.cpp304 return GetCheckValue(bDefault); in GetValue()
761 WideString CPDF_FormField::GetCheckValue(bool bDefault) const { in GetCheckValue() function in CPDF_FormField
Dcpdf_interform.cpp1163 WideString csExport = pField->GetCheckValue(false); in ExportToFDF()