Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp715 std::unique_ptr<CFXJSE_Value> argValue = GetSimpleValue(pThis, args, 0); in Ceil()
787 std::unique_ptr<CFXJSE_Value> argValue = GetSimpleValue(pThis, args, 0); in Floor()
1129 std::unique_ptr<CFXJSE_Value> dateValue = GetSimpleValue(pThis, args, 0); in Date2Num()
1138 std::unique_ptr<CFXJSE_Value> formatValue = GetSimpleValue(pThis, args, 1); in Date2Num()
1148 std::unique_ptr<CFXJSE_Value> localValue = GetSimpleValue(pThis, args, 2); in Date2Num()
1175 std::unique_ptr<CFXJSE_Value> argStyle = GetSimpleValue(pThis, args, 0); in DateFmt()
1188 std::unique_ptr<CFXJSE_Value> argLocal = GetSimpleValue(pThis, args, 1); in DateFmt()
1210 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in IsoDate2Num()
1229 std::unique_ptr<CFXJSE_Value> argOne = GetSimpleValue(pThis, args, 0); in IsoTime2Num()
1286 std::unique_ptr<CFXJSE_Value> argStyle = GetSimpleValue(pThis, args, 0); in LocalDateFmt()
[all …]
Dcfxjse_formcalc_context.h408 static std::unique_ptr<CFXJSE_Value> GetSimpleValue(CFXJSE_Value* pThis,