Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_layout_itemlayout.cpp490 CXFA_Node* pKeep = pCurNode->GetFirstChildByClass(XFA_Element::Keep); in ExistContainerKeep() local
491 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()
Dcxfa_node.cpp906 CXFA_Node* pKeep = GetFirstChildByClass(XFA_Element::Keep); in GetIntact() local
908 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()