Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_scriptcontext.cpp183 CFX_WideString wsPropName = CFX_WideString::FromUTF8(szPropName); in GlobalPropertySetter() local
190 if (lpScriptContext->QueryNodeByFlag(pRefNode, wsPropName.AsStringC(), pValue, in GlobalPropertySetter()
237 CFX_WideString wsPropName = CFX_WideString::FromUTF8(szPropName); in GlobalPropertyGetter() local
244 FX_HashCode_GetW(wsPropName.AsStringC(), false)); in GlobalPropertyGetter()
260 if (lpScriptContext->QueryNodeByFlag(pRefNode, wsPropName.AsStringC(), pValue, in GlobalPropertyGetter()
265 if (lpScriptContext->QueryNodeByFlag(pRefNode, wsPropName.AsStringC(), pValue, in GlobalPropertyGetter()
291 CFX_WideString wsPropName = CFX_WideString::FromUTF8(szPropName); in NormalPropertyGetter() local
295 if (wsPropName == L"xfa") { in NormalPropertyGetter()
304 ToNode(pObject), wsPropName.AsStringC(), pReturnValue, dwFlag, false); in NormalPropertyGetter()
313 ToNode(pObject), wsPropName.AsStringC(), pReturnValue, dwFlag, false); in NormalPropertyGetter()
[all …]