Home | History | Annotate | Download | only in src

Lines Matching refs:pAnnotDict

146 CPDF_FormControl* CPDFSDK_Widget::GetFormControl(CPDF_InterForm* pInterForm, CPDF_Dictionary* pAnnotDict)
149 ASSERT(pAnnotDict != NULL);
151 CPDF_FormControl* pControl = pInterForm->GetControlByDict(pAnnotDict);
1810 int CPDFSDK_InterForm::GetPageIndexByAnnotDict(CPDF_Document* pDocument, CPDF_Dictionary* pAnnotDict) const
1813 ASSERT(pAnnotDict != NULL);
1824 if (pAnnotDict == pDict)