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

  /external/pdfium/core/fpdfdoc/
cpdf_formfield.cpp 180 if (bNotify && m_pForm->GetFormNotify())
181 m_pForm->GetFormNotify()->AfterCheckedStatusChange(this);
472 if (bNotify && m_pForm->GetFormNotify()) {
685 if (bNotify && m_pForm->GetFormNotify()) {
756 if (bNotify && m_pForm->GetFormNotify())
757 m_pForm->GetFormNotify()->AfterCheckedStatusChange(this);
791 if (bNotify && m_pForm->GetFormNotify())
792 m_pForm->GetFormNotify()->AfterCheckedStatusChange(this);
845 if (bNotify && m_pForm->GetFormNotify()) {
859 if (bNotify && m_pForm->GetFormNotify()) {
    [all...]
cpdf_interform.h 92 IPDF_FormNotify* GetFormNotify() const { return m_pFormNotify.Get(); }

Completed in 445 milliseconds