Home
last modified time | relevance | path

Searched refs:GetValueObject (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.cpp211 RetainPtr<const CPDF_Object> pV = GetValueObject(); in ResetField()
325 bDefault ? GetDefaultValueObject() : GetValueObject(); in GetValue()
677 const CPDF_Object* pV = GetValueObject(); in CheckControl()
753 RetainPtr<const CPDF_Object> pValueObject = GetValueObject(); in IsSelectedOption()
813 RetainPtr<const CPDF_Object> pValueObject = GetValueObject(); in UseSelectedIndicesObject()
919 RetainPtr<const CPDF_Object> CPDF_FormField::GetValueObject() const { in GetValueObject() function in CPDF_FormField
931 RetainPtr<const CPDF_Object> pValue = GetValueObject(); in GetValueOrSelectedIndicesObject()
Dcpdf_formfield.h165 RetainPtr<const CPDF_Object> GetValueObject() const;