Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_object.h222 bool TryBoolean(XFA_ATTRIBUTE eAttr, bool& bValue, bool bUseDefault = true);
225 return TryBoolean(eAttr, bValue, true) ? bValue : false; in GetBoolean()
Dcxfa_widgetdata.cpp1352 if (pUIChild->TryBoolean(XFA_ATTRIBUTE_PrintCheckDigit, bPrintCheckDigit)) { in GetBarcodeAttribute_PrintChecksum()
1389 if (pUIChild->TryBoolean(XFA_ATTRIBUTE_Truncate, bTruncate)) { in GetBarcodeAttribute_Truncate()
Dcxfa_node.cpp3678 if (!TryBoolean(pAttr->eName, bValue, bUseDefault)) { in GetAttribute()
3739 bool CXFA_Node::TryBoolean(XFA_ATTRIBUTE eAttr, in TryBoolean() function in CXFA_Node