Lines Matching refs:intact
1422 Optional<XFA_AttributeValue> intact = GetIntactFromKeep(pKeep, eLayoutType); in GetIntact() local
1423 if (intact) in GetIntact()
1424 return *intact; in GetIntact()
2303 Optional<XFA_AttributeValue> intact = in GetIntactFromKeep() local
2305 if (!intact.has_value()) in GetIntactFromKeep()
2308 if (intact.value() != XFA_AttributeValue::None || in GetIntactFromKeep()
2311 return intact; in GetIntactFromKeep()
2317 return intact; in GetIntactFromKeep()
2330 return intact; in GetIntactFromKeep()
2335 return intact; in GetIntactFromKeep()
2340 : intact; in GetIntactFromKeep()