Searched refs:pItemChild (Results 1 – 1 of 1) sorted by relevance
248 for (CXFA_ContentLayoutItem* pItemChild = iterator.GetCurrent(); in GetObjArray() local249 pItemChild; pItemChild = iterator.MoveToNext()) { in GetObjArray()250 if (!pItemChild->IsContentLayoutItem()) { in GetObjArray()253 XFA_Element eType = pItemChild->m_pFormNode->GetElementType(); in GetObjArray()258 if (pdfium::ContainsValue(formItems, pItemChild->m_pFormNode)) in GetObjArray()261 formItems.insert(pItemChild->m_pFormNode); in GetObjArray()262 retArray.push_back(pItemChild->m_pFormNode); in GetObjArray()270 for (CXFA_ContentLayoutItem* pItemChild = iterator.GetCurrent(); in GetObjArray() local271 pItemChild; pItemChild = iterator.MoveToNext()) { in GetObjArray()272 if (!pItemChild->IsContentLayoutItem()) { in GetObjArray()[all …]