Lines Matching refs:propname
141 FX_BOOL global_alternate::QueryProperty(FX_LPCWSTR propname) in QueryProperty() argument
143 return CFX_WideString(propname) != L"setPersistent"; in QueryProperty()
146 FX_BOOL global_alternate::DelProperty(IFXJS_Context* cc, FX_LPCWSTR propname, CFX_WideString& sErro… in DelProperty() argument
149 CFX_ByteString sPropName = CFX_ByteString::FromUnicode(propname); in DelProperty()
160 FX_BOOL global_alternate::DoProperty(IFXJS_Context* cc, FX_LPCWSTR propname, CJS_PropValue& vp, CFX… in DoProperty() argument
164 CFX_ByteString sPropName = CFX_ByteString::FromUnicode(propname); in DoProperty()
197 DelProperty(cc, propname, sError); in DoProperty()
207 CFX_ByteString sPropName = CFX_ByteString::FromUnicode(propname); in DoProperty()
506 FX_BOOL global_alternate::SetGlobalVariables(FX_LPCSTR propname, int nType, in SetGlobalVariables() argument
509 if (propname == NULL) return FALSE; in SetGlobalVariables()
512 m_mapGlobal.Lookup(propname, (FX_LPVOID&)pTemp); in SetGlobalVariables()
604 m_mapGlobal.SetAt(propname, (FX_LPVOID)pNewData); in SetGlobalVariables()