HomeSort by relevance Sort by last modified time
    Searched defs:pRetValue (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffnotify.cpp 290 FXJSE_HVALUE pRetValue = NULL;
292 pWidgetAcc->ExecuteScript(CXFA_Script(pScript), &EventParam, &pRetValue);
293 if (iRet == XFA_EVENTERROR_Sucess && pRetValue) {
294 bRet = FXJSE_Value_ToBoolean(pRetValue);
295 FXJSE_Value_Release(pRetValue);
xfa_ffwidgetacc.cpp 387 FXJSE_HVALUE pRetValue,
389 if (iRet == XFA_EVENTERROR_Sucess && pRetValue) {
390 if (FXJSE_Value_IsBoolean(pRetValue) && !FXJSE_Value_ToBoolean(pRetValue)) {
601 FXJSE_HVALUE pRetValue = NULL;
611 : &pRetValue);
628 ProcessScriptTestValidate(validate, iRet, pRetValue, bVersionFlag);
630 if (pRetValue) {
631 FXJSE_Value_Release(pRetValue);
637 FXJSE_HVALUE* pRetValue) {
    [all...]

Completed in 129 milliseconds