Searched refs:wsPropName (Results 1 – 1 of 1) sorted by relevance
265 WideString wsPropName = WideString::FromUTF8(szPropName); in GlobalPropertySetter() local267 pRefNode, wsPropName.AsStringView(), pValue, in GlobalPropertySetter()300 WideString wsPropName = WideString::FromUTF8(szPropName); in GlobalPropertyGetter() local310 static_cast<XFA_HashCode>(FX_HashCode_GetW(wsPropName.AsStringView())); in GlobalPropertyGetter()324 pRefNode, wsPropName.AsStringView(), &pValue, in GlobalPropertyGetter()331 pRefNode, wsPropName.AsStringView(), &pValue, in GlobalPropertyGetter()373 WideString wsPropName = WideString::FromUTF8(szPropName); in GlobalPropTypeGetter() local374 if (pObject->JSObject()->HasMethod(wsPropName)) in GlobalPropTypeGetter()392 WideString wsPropName = WideString::FromUTF8(szPropName); in NormalPropertyGetter() local393 if (wsPropName.EqualsASCII("xfa")) { in NormalPropertyGetter()[all …]