Searched refs:TryBoolean (Results 1 – 3 of 3) sorted by relevance
143 return JSObject()->TryBoolean(XFA_Attribute::PrintCheckDigit, true); in GetPrintChecksum()151 return JSObject()->TryBoolean(XFA_Attribute::Truncate, true); in GetTruncate()
195 Optional<bool> TryBoolean(XFA_Attribute eAttr, bool bUseDefault);
286 Optional<bool> value = TryBoolean(eAttr, bUseDefault); in TryAttribute()324 Optional<bool> CJX_Object::TryBoolean(XFA_Attribute eAttr, bool bUseDefault) { in TryBoolean() function in CJX_Object343 return TryBoolean(eAttr, true).value_or(false); in GetBoolean()