Searched refs:TryInteger (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_occur.cpp | 16 if (!m_pNode->TryInteger(XFA_ATTRIBUTE_Max, iMax, true)) in GetMax() 25 if (!m_pNode->TryInteger(XFA_ATTRIBUTE_Min, iMin, true) || iMin < 0) in GetMin() 34 if (!m_pNode->TryInteger(XFA_ATTRIBUTE_Min, iMin, false) || iMin < 0) in GetOccurInfo() 36 if (!m_pNode->TryInteger(XFA_ATTRIBUTE_Max, iMax, false)) { in GetOccurInfo() 42 if (!m_pNode->TryInteger(XFA_ATTRIBUTE_Initial, iInit, false) || in GetOccurInfo()
|
D | cxfa_font.cpp | 47 m_pNode->TryInteger(XFA_ATTRIBUTE_LineThrough, iValue); in GetLineThrough() 53 m_pNode->TryInteger(XFA_ATTRIBUTE_Underline, iValue); in GetUnderline()
|
D | cxfa_fill.cpp | 66 pNode->TryInteger(XFA_ATTRIBUTE_Rate, eAttr); in GetStipple()
|
D | cxfa_layoutpagemgr.cpp | 1128 pOccurNode->TryInteger(XFA_ATTRIBUTE_Max, iMax, false); in FindPageAreaFromPageSet_Ordered() 1328 pOccurNode->TryInteger(XFA_ATTRIBUTE_Max, iMax, false); in GetNextAvailPageArea() 1430 if ((pOccurNode && pOccurNode->TryInteger(XFA_ATTRIBUTE_Min, iMin, false)) || in CreateMinPageRecord() 1465 if (pOccurNode && pOccurNode->TryInteger(XFA_ATTRIBUTE_Min, iMin, false)) { in CreateMinPageSetRecord() 1531 if (pOccurNode && pOccurNode->TryInteger(XFA_ATTRIBUTE_Max, iMax, false)) { in GetNextAvailContentHeight()
|
D | xfa_object.h | 231 bool TryInteger(XFA_ATTRIBUTE eAttr, 236 return TryInteger(eAttr, iValue, true) ? iValue : 0; in GetInteger()
|
D | cxfa_widgetdata.cpp | 1467 return pChild->TryInteger(XFA_ATTRIBUTE_FracDigits, iFracDigits); in GetFracDigits() 1476 return pChild->TryInteger(XFA_ATTRIBUTE_LeadDigits, iLeadDigits); in GetLeadDigits()
|
D | cxfa_node.cpp | 3686 if (!TryInteger(pAttr->eName, iValue, bUseDefault)) { in GetAttribute() 3749 bool CXFA_Node::TryInteger(XFA_ATTRIBUTE eAttr, in TryInteger() function in CXFA_Node
|