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

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

Completed in 88 milliseconds