Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_layoutpseudomodel.cpp255 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()
[all …]