Searched refs:ValueToInteger (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fxjs/ |
D | cfxjse_formcalc_context.h | 412 static int32_t ValueToInteger(CFXJSE_Value* pThis, CFXJSE_Value* pValue);
|
D | cfxjse_formcalc_context.cpp | 3849 int32_t count = std::max(0, ValueToInteger(pThis, argTwo.get())); in Left() 4140 int32_t count = std::max(0, ValueToInteger(pThis, argTwo.get())); in Right() 4179 int32_t count = std::max(0, ValueToInteger(pThis, argOne.get())); in Space() 5237 iIndexValue = ValueToInteger(pThis, args.GetValue(4).get()); in dot_accessor() 5355 iIndexValue = ValueToInteger(pThis, args.GetValue(4).get()); in dotdot_accessor() 6023 int32_t CFXJSE_FormCalcContext::ValueToInteger(CFXJSE_Value* pThis, in ValueToInteger() function in CFXJSE_FormCalcContext 6037 return ValueToInteger(pThis, newPropertyValue.get()); in ValueToInteger() 6042 return ValueToInteger(pThis, newPropertyValue.get()); in ValueToInteger() 6047 return ValueToInteger(pThis, newPropertyValue.get()); in ValueToInteger()
|