HomeSort by relevance Sort by last modified time
    Searched refs:m_pFormNotify (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fpdfdoc/
cpdf_interform.h 92 IPDF_FormNotify* GetFormNotify() const { return m_pFormNotify.Get(); }
114 UnownedPtr<IPDF_FormNotify> m_pFormNotify;
cpdf_interform.cpp 628 m_pFormNotify(nullptr) {
904 if (bNotify && m_pFormNotify && m_pFormNotify->BeforeFormReset(this) < 0)
916 if (bNotify && m_pFormNotify)
917 m_pFormNotify->AfterFormReset(this);
922 if (bNotify && m_pFormNotify && m_pFormNotify->BeforeFormReset(this) < 0)
933 if (bNotify && m_pFormNotify)
934 m_pFormNotify->AfterFormReset(this);
    [all...]

Completed in 51 milliseconds