Searched refs:TryBoolean (Results 1 – 3 of 3) sorted by relevance
194 Optional<bool> TryBoolean(XFA_Attribute eAttr, bool bUseDefault);
287 Optional<bool> value = TryBoolean(eAttr, bUseDefault); in TryAttribute()331 Optional<bool> CJX_Object::TryBoolean(XFA_Attribute eAttr, bool bUseDefault) { in TryBoolean() function in CJX_Object351 return TryBoolean(eAttr, true).value_or(false); in GetBoolean()
2161 return GetWidgetAcc()->GetUIChild()->JSObject()->TryBoolean( in GetBarcodeAttribute_PrintChecksum()2190 return GetWidgetAcc()->GetUIChild()->JSObject()->TryBoolean( in GetBarcodeAttribute_Truncate()