Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_tree.cpp52 if (!pScriptContext->ResolveObjects(ToNode(refNode), in resolveNode()
208 pScriptContext->ResolveObjects(refNode, wsExpression.AsStringView(), in ResolveNodeList()
Dcjx_hostpseudomodel.cpp290 bool bRet = pScriptContext->ResolveObjects( in openList()
376 bool bRet = pScriptContext->ResolveObjects(pObject, wsName.AsStringView(), in resetData()
438 bool bRet = pScriptContext->ResolveObjects( in setFocus()
Dcfxjse_engine.h78 bool ResolveObjects(CXFA_Object* refObject,
Dcfxjse_engine.cpp165 if (!ResolveObjects(refNode, propname, &resolveRs, dwFlag, nullptr)) in QueryNodeByFlag()
600 bool CFXJSE_Engine::ResolveObjects(CXFA_Object* refObject, in ResolveObjects() function in CFXJSE_Engine
Dcfxjse_formcalc_context.h361 static bool ResolveObjects(CFXJSE_Value* pThis,
Dcfxjse_formcalc_context.cpp5435 bool bRet = pScriptContext->ResolveObjects( in GetObjectForName()
5448 bool CFXJSE_FormCalcContext::ResolveObjects(CFXJSE_Value* pThis, in ResolveObjects() function in CFXJSE_FormCalcContext
5495 return pScriptContext->ResolveObjects(pNode, wsSomExpression.AsStringView(), in ResolveObjects()
5773 if (ResolveObjects(pThis, hJSObjValue.get(), bsSomExp.AsStringView(), in DotAccessorCommon()
5813 bRet = ResolveObjects(pThis, argAccessor.get(), bsSomExp.AsStringView(), in DotAccessorCommon()
5818 bRet = ResolveObjects(pThis, argAccessor.get(), bsSomExp.AsStringView(), in DotAccessorCommon()
Dcjx_object.cpp1111 bool bRet = GetDocument()->GetScriptContext()->ResolveObjects( in ScriptAttributeString()
/external/pdfium/xfa/fxfa/
Dcxfa_ffdocview.cpp446 if (!pScriptContext->ResolveObjects(pRefNode, wsExpression.AsStringView(), in GetWidgetByName()
644 pScriptContext->ResolveObjects(pWidgetNode, wsRef.AsStringView(), &rs, in RunBindItems()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_document.cpp354 pDocument->GetScriptContext()->ResolveObjects( in FindDataRefDataNode()
1201 pDocument->GetScriptContext()->ResolveObjects( in UpdateBindingRelations()
1544 if (m_pScriptContext->ResolveObjects(pUseHrefNode, wsSOM, &resolveNodeRS, in DoProtoMerge()
/external/pdfium/xfa/fxfa/layout/
Dcxfa_viewlayoutprocessor.cpp211 bool bRet = pDocument->GetScriptContext()->ResolveObjects( in ResolveBreakTarget()