Home
last modified time | relevance | path

Searched refs:unitspanValue (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp3270 std::unique_ptr<CFXJSE_Value> unitspanValue = GetSimpleValue(pThis, args, 0); in UnitType() local
3271 if (unitspanValue->IsNull()) { in UnitType()
3276 ByteString bsUnitspan = ValueToUTF8String(unitspanValue.get()); in UnitType()
3378 std::unique_ptr<CFXJSE_Value> unitspanValue = GetSimpleValue(pThis, args, 0); in UnitValue() local
3379 if (unitspanValue->IsNull()) { in UnitValue()
3384 ByteString bsUnitspan = ValueToUTF8String(unitspanValue.get()); in UnitValue()