Searched refs:TryInteger (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_occur.cpp | 43 Optional<int32_t> max = JSObject()->TryInteger(XFA_Attribute::Max, true); in GetMax() 48 Optional<int32_t> min = JSObject()->TryInteger(XFA_Attribute::Min, true); in GetMin() 57 JSObject()->TryInteger(XFA_Attribute::Initial, false); in GetOccurInfo()
|
D | cxfa_stipple.cpp | 48 ->TryInteger(XFA_Attribute::Rate, true) in GetRate()
|
D | cxfa_box.cpp | 111 return JSObject()->TryInteger(XFA_Attribute::StartAngle, false); in GetStartAngle() 115 return JSObject()->TryInteger(XFA_Attribute::SweepAngle, false); in GetSweepAngle()
|
D | cxfa_layoutpagemgr.cpp | 1137 pOccurNode->JSObject()->TryInteger(XFA_Attribute::Max, false); in FindPageAreaFromPageSet_Ordered() 1337 pOccurNode->JSObject()->TryInteger(XFA_Attribute::Max, false); in GetNextAvailPageArea() 1446 ret = pOccurNode->JSObject()->TryInteger(XFA_Attribute::Min, false); in CreateMinPageRecord() 1490 pOccurNode->JSObject()->TryInteger(XFA_Attribute::Min, false); in CreateMinPageSetRecord() 1554 ret = pOccurNode->JSObject()->TryInteger(XFA_Attribute::Max, false); in GetNextAvailContentHeight()
|
D | cxfa_node.cpp | 1543 JSObject()->TryInteger(XFA_Attribute::Rotate, false); in GetRotate()
|
/external/pdfium/fxjs/xfa/ |
D | cjx_object.h | 179 Optional<int32_t> TryInteger(XFA_Attribute eAttr, bool bUseDefault);
|
D | cjx_object.cpp | 293 Optional<int32_t> iValue = TryInteger(eAttr, bUseDefault); in TryAttribute() 365 return TryInteger(eAttr, true).value_or(0); in GetInteger() 368 Optional<int32_t> CJX_Object::TryInteger(XFA_Attribute eAttr, in TryInteger() function in CJX_Object
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_widgetacc.cpp | 2330 ->TryInteger(XFA_Attribute::FracDigits, true) in GetFracDigits() 2346 ->TryInteger(XFA_Attribute::LeadDigits, true) in GetLeadDigits()
|