Home
last modified time | relevance | path

Searched refs:m_forms (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fwl/src/core/
Dfwl_noteimp.cpp351 int32_t count = m_forms.GetSize(); in NotifyTargetDestroy()
353 CFWL_FormImp* pForm = static_cast<CFWL_FormImp*>(m_forms[nIndex]); in NotifyTargetDestroy()
372 if (m_forms.Find(pForm) >= 0) { in RegisterForm()
375 m_forms.Add(pForm); in RegisterForm()
376 if (m_forms.GetSize() == 1) { in RegisterForm()
388 int32_t nIndex = m_forms.Find(pForm); in UnRegisterForm()
392 m_forms.RemoveAt(nIndex); in UnRegisterForm()
758 iCount = m_forms.GetSize(); in IsValidMessage()
760 CFWL_FormImp* pForm = static_cast<CFWL_FormImp*>(m_forms[j]); in IsValidMessage()
777 pMessageForm = (m_forms.Find(pDstTarget) < 0) ? NULL : pDstTarget; in GetMessageForm()
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_noteimp.h96 CFX_PtrArray m_forms; variable