Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_imp.cpp149 CFX_WideString wsPropName = CFX_WideString::FromUTF8( in GlobalPropertySetter() local
158 if (lpScriptContext->QueryNodeByFlag(pRefNode, wsPropName, hValue, dwFlag, in GlobalPropertySetter()
207 CFX_WideString wsPropName = CFX_WideString::FromUTF8( in GlobalPropertyGetter() local
215 FX_HashCode_String_GetW(wsPropName, wsPropName.GetLength()); in GlobalPropertyGetter()
231 if (lpScriptContext->QueryNodeByFlag(pRefNode, wsPropName, hValue, dwFlag, in GlobalPropertyGetter()
236 if (lpScriptContext->QueryNodeByFlag(pRefNode, wsPropName, hValue, dwFlag, in GlobalPropertyGetter()
266 CFX_WideString wsPropName = CFX_WideString::FromUTF8( in NormalPropertyGetter() local
271 if (wsPropName == FX_WSTRC(L"xfa")) { in NormalPropertyGetter()
280 (CXFA_Node*)pObject, wsPropName, hValue, dwFlag, FALSE); in NormalPropertyGetter()
288 bRet = lpScriptContext->QueryNodeByFlag((CXFA_Node*)pObject, wsPropName, in NormalPropertyGetter()
[all …]