Home
last modified time | relevance | path

Searched refs:SetFormNotify (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_interform.h88 void SetFormNotify(IPDF_FormNotify* pNotify);
Dcpdf_interform.cpp1240 void CPDF_InterForm::SetFormNotify(IPDF_FormNotify* pNotify) { in SetFormNotify() function in CPDF_InterForm
/external/pdfium/fpdfsdk/
Dcpdfsdk_interform.cpp90 m_pInterForm->SetFormNotify(this); in CPDFSDK_InterForm()