HomeSort by relevance Sort by last modified time
    Searched refs:TryInteger (Results 1 - 8 of 8) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_occur.cpp 43 Optional<int32_t> max = JSObject()->TryInteger(XFA_Attribute::Max, true);
48 Optional<int32_t> min = JSObject()->TryInteger(XFA_Attribute::Min, true);
57 JSObject()->TryInteger(XFA_Attribute::Initial, false);
cxfa_stipple.cpp 48 ->TryInteger(XFA_Attribute::Rate, true)
cxfa_box.cpp 111 return JSObject()->TryInteger(XFA_Attribute::StartAngle, false);
115 return JSObject()->TryInteger(XFA_Attribute::SweepAngle, false);
cxfa_layoutpagemgr.cpp     [all...]
cxfa_node.cpp     [all...]
  /external/pdfium/fxjs/xfa/
cjx_object.h 179 Optional<int32_t> TryInteger(XFA_Attribute eAttr, bool bUseDefault);
cjx_object.cpp 293 Optional<int32_t> iValue = TryInteger(eAttr, bUseDefault);
365 return TryInteger(eAttr, true).value_or(0);
368 Optional<int32_t> CJX_Object::TryInteger(XFA_Attribute eAttr,
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_widgetacc.cpp     [all...]

Completed in 370 milliseconds