Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_itemlayout.cpp200 CXFA_Node* pKeep = pCurNode->GetFirstChildByClass(XFA_ELEMENT_Keep); in XFA_ExistContainerKeep() local
201 if (pKeep) { in XFA_ExistContainerKeep()
207 if (pKeep->TryEnum(eKeepType, ePrevious, FALSE)) { in XFA_ExistContainerKeep()
214 pKeep = pPreContainer->GetFirstChildByClass(XFA_ELEMENT_Keep); in XFA_ExistContainerKeep()
215 if (!pKeep) { in XFA_ExistContainerKeep()
223 if (!pKeep->TryEnum(eKeepType, eNext, FALSE)) { in XFA_ExistContainerKeep()
Dxfa_object_imp.cpp521 CXFA_Node* pKeep = GetFirstChildByClass(XFA_ELEMENT_Keep); in GetIntact() local
523 if (pKeep) { in GetIntact()
525 if (pKeep->TryEnum(XFA_ATTRIBUTE_Intact, eIntact, FALSE)) { in GetIntact()
535 if (pKeep->TryEnum(XFA_ATTRIBUTE_Previous, eValue, FALSE)) { in GetIntact()
541 CXFA_Node* pKeep = in GetIntact() local
543 if (pKeep) { in GetIntact()
544 if (pKeep->TryEnum(XFA_ATTRIBUTE_Next, eValue, FALSE)) { in GetIntact()