Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.h142 WideString GetCheckValue(bool bDefault) const;
Dcpdf_formfield.cpp298 return GetCheckValue(bDefault); in GetValue()
701 WideString CPDF_FormField::GetCheckValue(bool bDefault) const { in GetCheckValue() function in CPDF_FormField
Dcpdf_interactiveform.cpp1072 WideString csExport = pField->GetCheckValue(false); in ExportToFDF()