Lines Matching refs:szPropName
177 const CFX_ByteStringC& szPropName, in GlobalPropertySetter() argument
183 CFX_WideString wsPropName = CFX_WideString::FromUTF8(szPropName); in GlobalPropertySetter()
196 pObject->SetObjectOwnProperty(szPropName, pValue); in GlobalPropertySetter()
205 szPropName, pValue); in GlobalPropertySetter()
231 const CFX_ByteStringC& szPropName, in GlobalPropertyGetter() argument
237 CFX_WideString wsPropName = CFX_WideString::FromUTF8(szPropName); in GlobalPropertyGetter()
239 if (szPropName == kFormCalcRuntime) { in GlobalPropertyGetter()
272 lpScriptContext->QueryVariableValue(pScriptObject->AsNode(), szPropName, in GlobalPropertyGetter()
281 szPropName, pValue); in GlobalPropertyGetter()
284 const CFX_ByteStringC& szPropName, in NormalPropertyGetter() argument
291 CFX_WideString wsPropName = CFX_WideString::FromUTF8(szPropName); in NormalPropertyGetter()
322 szPropName, pReturnValue, true); in NormalPropertyGetter()
329 const CFX_ByteStringC& szPropName, in NormalPropertySetter() argument
338 CFX_WideString wsPropName = CFX_WideString::FromUTF8(szPropName); in NormalPropertySetter()
372 lpScriptContext->QueryVariableValue(ToNode(pScriptObject), szPropName, in NormalPropertySetter()
379 const CFX_ByteStringC& szPropName, in NormalPropTypeGetter() argument
389 CFX_WideString wsPropName = CFX_WideString::FromUTF8(szPropName); in NormalPropTypeGetter()
401 const CFX_ByteStringC& szPropName, in GlobalPropTypeGetter() argument
411 CFX_WideString wsPropName = CFX_WideString::FromUTF8(szPropName); in GlobalPropTypeGetter()
507 const CFX_ByteStringC& szPropName, in QueryVariableValue() argument
528 pObject->SetObjectOwnProperty(szPropName, pValue); in QueryVariableValue()
530 } else if (pObject->HasObjectOwnProperty(szPropName, false)) { in QueryVariableValue()
531 pObject->GetObjectProperty(szPropName, hVariableValue.get()); in QueryVariableValue()