Lines Matching refs:propname
73 FX_BOOL global_alternate::QueryProperty(FX_LPCWSTR propname) in QueryProperty() argument
75 return CFX_WideString(propname) != L"setPersistent"; in QueryProperty()
78 FX_BOOL global_alternate::DelProperty(IFXJS_Context* cc, FX_LPCWSTR propname, JS_ErrorString& sErro… in DelProperty() argument
81 CFX_ByteString sPropName = CFX_ByteString::FromUnicode(propname); in DelProperty()
92 FX_BOOL global_alternate::DoProperty(IFXJS_Context* cc, FX_LPCWSTR propname, CJS_PropValue& vp, JS_… in DoProperty() argument
96 CFX_ByteString sPropName = CFX_ByteString::FromUnicode(propname); in DoProperty()
140 DelProperty(cc, propname, sError); in DoProperty()
150 CFX_ByteString sPropName = CFX_ByteString::FromUnicode(propname); in DoProperty()
449 FX_BOOL global_alternate::SetGlobalVariables(FX_LPCSTR propname, int nType, in SetGlobalVariables() argument
452 if (propname == NULL) return FALSE; in SetGlobalVariables()
455 m_mapGlobal.Lookup(propname, (FX_LPVOID&)pTemp); in SetGlobalVariables()
547 m_mapGlobal.SetAt(propname, (FX_LPVOID)pNewData); in SetGlobalVariables()