Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp356 CXFA_Keep* pKeep = in ExistContainerKeep() local
358 if (pKeep) { in ExistContainerKeep()
364 pKeep->JSObject()->TryEnum(eKeepType, false); in ExistContainerKeep()
373 pKeep = pPreContainer->GetFirstChildByClass<CXFA_Keep>(XFA_Element::Keep); in ExistContainerKeep()
374 if (!pKeep) in ExistContainerKeep()
382 pKeep->JSObject()->TryEnum(eKeepType, false); in ExistContainerKeep()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h471 const CXFA_Keep* pKeep,
Dcxfa_node.cpp1417 CXFA_Keep* pKeep = GetFirstChildByClass<CXFA_Keep>(XFA_Element::Keep); in GetIntact() local
1421 if (pKeep) { in GetIntact()
1422 Optional<XFA_AttributeValue> intact = GetIntactFromKeep(pKeep, eLayoutType); in GetIntact()
2301 const CXFA_Keep* pKeep, in GetIntactFromKeep() argument
2304 pKeep->JSObject()->TryEnum(XFA_Attribute::Intact, false); in GetIntactFromKeep()
2321 pKeep->JSObject()->TryEnum(XFA_Attribute::Previous, false); in GetIntactFromKeep()