Lines Matching full:pchild
237 for (CXFA_Node* pChild = curNode->GetFirstChild(); pChild;
238 pChild = pChild->GetNextSibling()) {
239 if (pChild->GetElementType() == XFA_Element::Variables) {
240 pVariablesNode = pChild;
243 if (pChild->GetElementType() == XFA_Element::PageSet) {
244 pPageSetNode = pChild;
247 if (curNode->HasProperty(pChild->GetElementType()))
248 properties.push_back(pChild);
250 children.push_back(pChild);