Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_script.h52 int32_t GetAttributeResult(CXFA_HVALUEArray& hValueArray) const { in GetAttributeResult()
54 FXJSE_HRUNTIME hRunTime = hValueArray.m_hRunTime; in GetAttributeResult()
59 hValueArray.Add(hValue); in GetAttributeResult()
62 return hValueArray.GetSize(); in GetAttributeResult()
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_object_imp.cpp703 CXFA_HVALUEArray hValueArray(pScriptContext->GetRuntime()); in Script_Som_ResolveNodeList() local
704 if (resoveNodeRS.GetAttributeResult(hValueArray) > 0) { in Script_Som_ResolveNodeList()
706 hValueArray.GetAttributeObject(objectArray); in Script_Som_ResolveNodeList()