Searched refs:CJS_GlobalData_Element (Results 1 – 3 of 3) sorted by relevance
149 CJS_GlobalData_Element* pTemp = m_arrayGlobalData.GetAt(i); in FindGlobalVariable()160 CJS_GlobalData_Element* CJS_GlobalData::GetGlobalVariable(FX_LPCSTR propname) in GetGlobalVariable()182 if (CJS_GlobalData_Element* pData = GetGlobalVariable(sPropName)) in SetGlobalVariableNumber()189 CJS_GlobalData_Element* pNewData = new CJS_GlobalData_Element; in SetGlobalVariableNumber()208 if (CJS_GlobalData_Element* pData = GetGlobalVariable(sPropName)) in SetGlobalVariableBoolean()215 CJS_GlobalData_Element* pNewData = new CJS_GlobalData_Element; in SetGlobalVariableBoolean()234 if (CJS_GlobalData_Element* pData = GetGlobalVariable(sPropName)) in SetGlobalVariableString()241 CJS_GlobalData_Element* pNewData = new CJS_GlobalData_Element; in SetGlobalVariableString()260 if (CJS_GlobalData_Element* pData = GetGlobalVariable(sPropName)) in SetGlobalVariableObject()267 CJS_GlobalData_Element* pNewData = new CJS_GlobalData_Element; in SetGlobalVariableObject()[all …]
292 CJS_GlobalData_Element* pData = m_pGlobalData->GetAt(i); in UpdateGlobalPersistentVariables()
52 class CJS_GlobalData_Element55 CJS_GlobalData_Element(){} in CJS_GlobalData_Element() function56 virtual ~CJS_GlobalData_Element(){} in ~CJS_GlobalData_Element()79 CJS_GlobalData_Element* GetAt(int index) const;85 CJS_GlobalData_Element* GetGlobalVariable(FX_LPCSTR propname); 93 CFX_ArrayTemplate<CJS_GlobalData_Element*> m_arrayGlobalData;