Searched refs:pKeep (Results 1 – 2 of 2) sorted by relevance
490 CXFA_Node* pKeep = pCurNode->GetFirstChildByClass(XFA_Element::Keep); in ExistContainerKeep() local491 if (pKeep) { in ExistContainerKeep()497 if (pKeep->TryEnum(eKeepType, ePrevious, false)) { in ExistContainerKeep()505 pKeep = pPreContainer->GetFirstChildByClass(XFA_Element::Keep); in ExistContainerKeep()506 if (!pKeep) in ExistContainerKeep()514 if (!pKeep->TryEnum(eKeepType, eNext, false)) in ExistContainerKeep()
906 CXFA_Node* pKeep = GetFirstChildByClass(XFA_Element::Keep); in GetIntact() local908 if (pKeep) { in GetIntact()910 if (pKeep->TryEnum(XFA_ATTRIBUTE_Intact, eIntact, false)) { in GetIntact()920 if (pKeep->TryEnum(XFA_ATTRIBUTE_Previous, eValue, false) && in GetIntact()