Searched refs:IPDF_FormNotify (Results 1 – 4 of 4) sorted by relevance
29 class IPDF_FormNotify; variable88 void SetFormNotify(IPDF_FormNotify* pNotify);92 IPDF_FormNotify* GetFormNotify() const { return m_pFormNotify.Get(); } in GetFormNotify()114 UnownedPtr<IPDF_FormNotify> m_pFormNotify;
15 class IPDF_FormNotify {17 virtual ~IPDF_FormNotify() {} in ~IPDF_FormNotify()
1240 void CPDF_InterForm::SetFormNotify(IPDF_FormNotify* pNotify) { in SetFormNotify()
32 class CPDFSDK_InterForm : public IPDF_FormNotify {