Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_interactiveform.h113 void LoadField(CPDF_Dictionary* pFieldDict, int nLevel);
Dcpdf_interactiveform.cpp602 LoadField(pFields->GetDictAt(i), 0); in CPDF_InteractiveForm()
846 void CPDF_InteractiveForm::LoadField(CPDF_Dictionary* pFieldDict, int nLevel) { in LoadField() function in CPDF_InteractiveForm
869 LoadField(pChildDict, nLevel + 1); in LoadField()
889 LoadField(pAnnot, 0); in FixPageFields()