Searched defs:hVariableContext (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_script_imp.cpp527 FXJSE_HCONTEXT hVariableContext = (FXJSE_HCONTEXT)lpVariables; local
528 FXJSE_HVALUE hObject = FXJSE_Context_GetGlobalObject(hVariableContext);
564 FXJSE_HCONTEXT hVariableContext; local
565 m_mapVariableToHValue.GetNextAssoc(ps, pScriptNode, hVariableContext);
566 FXJSE_HVALUE hObject = FXJSE_Context_GetGlobalObject(hVariableContext);
573 FXJSE_Context_Release(hVariableContext);
574 hVariableContext = NULL;

Completed in 147 milliseconds