Searched refs:TryInteger (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_occur.cpp | 42 Optional<int32_t> max = JSObject()->TryInteger(XFA_Attribute::Max, true); in GetMax() 47 Optional<int32_t> min = JSObject()->TryInteger(XFA_Attribute::Min, true); in GetMin() 56 JSObject()->TryInteger(XFA_Attribute::Initial, false); in GetOccurInfo()
|
D | cxfa_stipple.cpp | 48 ->TryInteger(XFA_Attribute::Rate, true) in GetRate()
|
D | cxfa_box.cpp | 109 return JSObject()->TryInteger(XFA_Attribute::StartAngle, false); in GetStartAngle() 113 return JSObject()->TryInteger(XFA_Attribute::SweepAngle, false); in GetSweepAngle()
|
D | cxfa_node.cpp | 2209 JSObject()->TryInteger(XFA_Attribute::Rotate, false); in GetRotate() 4620 ->TryInteger(XFA_Attribute::FracDigits, true) in GetFracDigits() 4635 ->TryInteger(XFA_Attribute::LeadDigits, true) in GetLeadDigits()
|
/external/pdfium/fxjs/xfa/ |
D | cjx_object.h | 179 Optional<int32_t> TryInteger(XFA_Attribute eAttr, bool bUseDefault) const;
|
D | cjx_object.cpp | 292 Optional<int32_t> iValue = TryInteger(eAttr, bUseDefault); in TryAttribute() 355 return TryInteger(eAttr, true).value_or(0); in GetInteger() 358 Optional<int32_t> CJX_Object::TryInteger(XFA_Attribute eAttr, in TryInteger() function in CJX_Object
|
/external/pdfium/xfa/fxfa/layout/ |
D | cxfa_viewlayoutprocessor.cpp | 1125 pOccurNode->JSObject()->TryInteger(XFA_Attribute::Max, false); in FindPageAreaFromPageSet_Ordered() 1323 pOccurNode->JSObject()->TryInteger(XFA_Attribute::Max, false); in GetNextAvailPageArea() 1430 ret = pOccurNode->JSObject()->TryInteger(XFA_Attribute::Min, false); in CreateMinPageRecord() 1471 pOccurNode->JSObject()->TryInteger(XFA_Attribute::Min, false); in CreateMinPageSetRecord() 1537 ret = pOccurNode->JSObject()->TryInteger(XFA_Attribute::Max, false); in GetNextAvailContentHeight()
|