• Home
  • Raw
  • Download

Lines Matching refs:szPropName

174                                          const ByteStringView& szPropName,  in GlobalPropertySetter()  argument
183 WideString wsPropName = WideString::FromUTF8(szPropName); in GlobalPropertySetter()
194 pObject->SetObjectOwnProperty(szPropName, pValue); in GlobalPropertySetter()
203 szPropName, pValue); in GlobalPropertySetter()
207 const ByteStringView& szPropName, in GlobalPropertyGetter() argument
212 WideString wsPropName = WideString::FromUTF8(szPropName); in GlobalPropertyGetter()
214 if (szPropName == kFormCalcRuntime) { in GlobalPropertyGetter()
251 pScriptObject->AsNode(), szPropName, pValue, true)) { in GlobalPropertyGetter()
260 szPropName, pValue); in GlobalPropertyGetter()
264 const ByteStringView& szPropName, in GlobalPropTypeGetter() argument
272 WideString wsPropName = WideString::FromUTF8(szPropName); in GlobalPropTypeGetter()
280 const ByteStringView& szPropName, in NormalPropertyGetter() argument
288 WideString wsPropName = WideString::FromUTF8(szPropName); in NormalPropertyGetter()
321 szPropName, pReturnValue, true); in NormalPropertyGetter()
328 const ByteStringView& szPropName, in NormalPropertySetter() argument
337 WideString wsPropName = WideString::FromUTF8(szPropName); in NormalPropertySetter()
375 lpScriptContext->QueryVariableValue(ToNode(pScriptObject), szPropName, in NormalPropertySetter()
381 const ByteStringView& szPropName, in NormalPropTypeGetter() argument
390 WideString wsPropName = WideString::FromUTF8(szPropName); in NormalPropTypeGetter()
485 const ByteStringView& szPropName, in QueryVariableValue() argument
504 pObject->SetObjectOwnProperty(szPropName, pValue); in QueryVariableValue()
507 if (pObject->HasObjectOwnProperty(szPropName, false)) { in QueryVariableValue()
508 pObject->GetObjectProperty(szPropName, hVariableValue.get()); in QueryVariableValue()