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

  /external/pdfium/xfa/src/fwl/src/core/
fwl_noteimp.cpp 351 int32_t count = m_forms.GetSize();
353 CFWL_FormImp* pForm = static_cast<CFWL_FormImp*>(m_forms[nIndex]);
372 if (m_forms.Find(pForm) >= 0) {
375 m_forms.Add(pForm);
376 if (m_forms.GetSize() == 1) {
388 int32_t nIndex = m_forms.Find(pForm);
392 m_forms.RemoveAt(nIndex);
758 iCount = m_forms.GetSize();
760 CFWL_FormImp* pForm = static_cast<CFWL_FormImp*>(m_forms[j]);
777 pMessageForm = (m_forms.Find(pDstTarget) < 0) ? NULL : pDstTarget;
    [all...]
  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_noteimp.h 96 CFX_PtrArray m_forms; member in class:CFWL_NoteDriver

Completed in 56 milliseconds