Searched refs:pItemChild (Results 1 – 1 of 1) sorted by relevance
255 CXFA_ContentLayoutItem* pItemChild = pChild->AsContentLayoutItem(); in GetObjArray() local256 if (!pItemChild) in GetObjArray()259 XFA_Element eType = pItemChild->GetFormNode()->GetElementType(); in GetObjArray()264 if (pdfium::ContainsValue(formItems, pItemChild->GetFormNode())) in GetObjArray()267 formItems.insert(pItemChild->GetFormNode()); in GetObjArray()268 retArray.push_back(pItemChild->GetFormNode()); in GetObjArray()276 CXFA_ContentLayoutItem* pItemChild = pChild->AsContentLayoutItem(); in GetObjArray() local277 if (!pItemChild) in GetObjArray()280 XFA_Element eType = pItemChild->GetFormNode()->GetElementType(); in GetObjArray()285 if (pdfium::ContainsValue(formItems, pItemChild->GetFormNode())) in GetObjArray()[all …]