Searched defs:sPropName (Results 1 – 3 of 3) sorted by relevance
36 bool TrimPropName(ByteString* sPropName) { in TrimPropName()131 void CFX_GlobalData::SetGlobalVariableNumber(ByteString sPropName, in SetGlobalVariableNumber()149 void CFX_GlobalData::SetGlobalVariableBoolean(ByteString sPropName, in SetGlobalVariableBoolean()167 void CFX_GlobalData::SetGlobalVariableString(ByteString sPropName, in SetGlobalVariableString()186 ByteString sPropName, in SetGlobalVariableObject()204 void CFX_GlobalData::SetGlobalVariableNull(ByteString sPropName) { in SetGlobalVariableNull()219 bool CFX_GlobalData::SetGlobalVariablePersistent(ByteString sPropName, in SetGlobalVariablePersistent()232 bool CFX_GlobalData::DeleteGlobalVariable(ByteString sPropName) { in DeleteGlobalVariable()
186 void DefineProperty(v8::Local<v8::String> sPropName, in DefineProperty()406 const char* sPropName, in DefineObjProperty()
273 ByteString sPropName = WideString(propname).ToDefANSI(); in SetProperty() local