• Home
  • Raw
  • Download

Lines Matching refs:pItemChild

255             CXFA_ContentLayoutItem* pItemChild = pChild->AsContentLayoutItem();  in GetObjArray()  local
256 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() local
277 if (!pItemChild) in GetObjArray()
280 XFA_Element eType = pItemChild->GetFormNode()->GetElementType(); in GetObjArray()
285 if (pdfium::ContainsValue(formItems, pItemChild->GetFormNode())) in GetObjArray()
288 formItems.insert(pItemChild->GetFormNode()); in GetObjArray()
289 retArray.push_back(pItemChild->GetFormNode()); in GetObjArray()
315 CXFA_ContentLayoutItem* pItemChild = pChild->AsContentLayoutItem(); in GetObjArray() local
316 if (!pItemChild) in GetObjArray()
318 if (pItemChild->GetFormNode()->GetElementType() != eType) in GetObjArray()
320 if (pdfium::ContainsValue(formItems, pItemChild->GetFormNode())) in GetObjArray()
323 formItems.insert(pItemChild->GetFormNode()); in GetObjArray()
324 retArray.push_back(pItemChild->GetFormNode()); in GetObjArray()
332 CXFA_ContentLayoutItem* pItemChild = pChild->AsContentLayoutItem(); in GetObjArray() local
333 if (!pItemChild) in GetObjArray()
335 if (pItemChild->GetFormNode()->GetElementType() != eType) in GetObjArray()
337 if (pdfium::ContainsValue(formItems, pItemChild->GetFormNode())) in GetObjArray()
340 formItems.insert(pItemChild->GetFormNode()); in GetObjArray()
341 retArray.push_back(pItemChild->GetFormNode()); in GetObjArray()