Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_engine.cpp265 WideString wsPropName = WideString::FromUTF8(szPropName); in GlobalPropertySetter() local
267 pRefNode, wsPropName.AsStringView(), pValue, in GlobalPropertySetter()
300 WideString wsPropName = WideString::FromUTF8(szPropName); in GlobalPropertyGetter() local
310 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() local
374 if (pObject->JSObject()->HasMethod(wsPropName)) in GlobalPropTypeGetter()
392 WideString wsPropName = WideString::FromUTF8(szPropName); in NormalPropertyGetter() local
393 if (wsPropName.EqualsASCII("xfa")) { in NormalPropertyGetter()
[all …]