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

  /external/pdfium/xfa/fxfa/
xfa_ffdochandler.h 25 CFXJSE_Value* pRetValue,
fxfa_widget.h 59 CFXJSE_Value** pRetValue = nullptr);
88 CFXJSE_Value* pRetValue,
  /external/pdfium/fxjs/
cfxjse_arguments.h 19 CFXJSE_Value* pRetValue)
20 : m_pInfo(pInfo), m_pRetValue(pRetValue) {}
  /external/pdfium/xfa/fxfa/app/
xfa_ffdochandler.cpp 47 CFXJSE_Value* pRetValue,
58 (XFA_SCRIPTLANGTYPE)eScriptType, wsScript, pRetValue,
xfa_ffnotify.cpp 203 CFXJSE_Value* pRetValue = nullptr;
205 pWidgetAcc->ExecuteScript(CXFA_Script(pScript), &EventParam, &pRetValue);
206 if (iRet == XFA_EVENTERROR_Success && pRetValue) {
207 bRet = pRetValue->ToBoolean();
208 delete pRetValue;
xfa_ffwidgetacc.cpp 374 CFXJSE_Value* pRetValue,
376 if (iRet == XFA_EVENTERROR_Success && pRetValue) {
377 if (pRetValue->IsBoolean() && !pRetValue->ToBoolean()) {
575 CFXJSE_Value* pRetValue = nullptr;
585 : &pRetValue);
602 ProcessScriptTestValidate(validate, iRet, pRetValue, bVersionFlag);
604 delete pRetValue;
610 CFXJSE_Value** pRetValue) {
686 if (pRetValue)
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_scriptcontext.h 34 CFXJSE_Value* pRetValue,
cxfa_resolveprocessor.cpp 697 std::unique_ptr<CFXJSE_Value> pRetValue(
700 pRetValue.get(), node);
701 if (!bRet || !pRetValue->ToBoolean())

Completed in 465 milliseconds