Lines Matching refs:wsPropName

183   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()
338 CFX_WideString wsPropName = CFX_WideString::FromUTF8(szPropName); in NormalPropertySetter() local
340 pObject->GetElementType(), wsPropName.AsStringC()); in NormalPropertySetter()
346 if (wsPropName.GetAt(0) == '#') { in NormalPropertySetter()
347 wsPropName = wsPropName.Right(wsPropName.GetLength() - 1); in NormalPropertySetter()
351 XFA_Element eType = XFA_GetElementTypeForName(wsPropName.AsStringC()); in NormalPropertySetter()
355 pPropOrChild = pNode->GetFirstChildByName(wsPropName.AsStringC()); in NormalPropertySetter()
389 CFX_WideString wsPropName = CFX_WideString::FromUTF8(szPropName); in NormalPropTypeGetter() local
390 if (GetMethodByName(eType, wsPropName.AsStringC())) { in NormalPropTypeGetter()
394 !XFA_GetScriptAttributeByName(eType, wsPropName.AsStringC())) { in NormalPropTypeGetter()
411 CFX_WideString wsPropName = CFX_WideString::FromUTF8(szPropName); in GlobalPropTypeGetter() local
412 if (GetMethodByName(eType, wsPropName.AsStringC())) { in GlobalPropTypeGetter()