Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp3035 std::unique_ptr<CFXJSE_Value> unitspanValue = GetSimpleValue(pThis, args, 0); in UnitType() local
3036 if (unitspanValue->IsNull()) { in UnitType()
3042 ValueToUTF8String(unitspanValue.get(), unitspanString); in UnitType()
3148 std::unique_ptr<CFXJSE_Value> unitspanValue = GetSimpleValue(pThis, args, 0); in UnitValue() local
3149 if (unitspanValue->IsNull()) { in UnitValue()
3155 ValueToUTF8String(unitspanValue.get(), unitspanString); in UnitValue()