Home | History | Annotate | Download | only in src

Lines Matching refs:pAnnotDict

145 CPDF_FormControl* CPDFSDK_Widget::GetFormControl(CPDF_InterForm* pInterForm, CPDF_Dictionary* pAnnotDict)

148 ASSERT(pAnnotDict != NULL);
150 CPDF_FormControl* pControl = pInterForm->GetControlByDict(pAnnotDict);
1819 int CPDFSDK_InterForm::GetPageIndexByAnnotDict(CPDF_Document* pDocument, CPDF_Dictionary* pAnnotDict) const
1822 ASSERT(pAnnotDict != NULL);
1833 if (pAnnotDict == pDict)