Searched refs:CJS_KeyValue (Results 1 – 4 of 4) sorted by relevance
16 class CJS_KeyValue; variable26 void Add(CJS_KeyValue* p);28 CJS_KeyValue* GetAt(int index) const;34 CFX_ArrayTemplate<CJS_KeyValue*> array;37 class CJS_KeyValue40 CJS_KeyValue(){} in CJS_KeyValue() function41 virtual ~CJS_KeyValue(){} in ~CJS_KeyValue()57 CJS_KeyValue data;89 void MakeByteString(const CFX_ByteString& name, CJS_KeyValue* pData, CFX_BinaryBuf& sData);
61 void PutObjectProperty(v8::Handle<v8::Object> obj, CJS_KeyValue* pData);
29 CJS_KeyValue* pOldObjData = array.GetAt(i); in Copy()36 CJS_KeyValue* pNewObjData = new CJS_KeyValue; in Copy()45 CJS_KeyValue* pNewObjData = new CJS_KeyValue; in Copy()54 CJS_KeyValue* pNewObjData = new CJS_KeyValue; in Copy()63 CJS_KeyValue* pNewObjData = new CJS_KeyValue; in Copy()71 CJS_KeyValue* pNewObjData = new CJS_KeyValue; in Copy()80 void CJS_GlobalVariableArray::Add(CJS_KeyValue* p) in Add()90 CJS_KeyValue* CJS_GlobalVariableArray::GetAt(int index) const in GetAt()525 void CJS_GlobalData::MakeByteString(const CFX_ByteString& name, CJS_KeyValue* pData, CFX_BinaryBuf&… in MakeByteString()
350 CJS_KeyValue* pObjElement = new CJS_KeyValue; in ObjectToArray()359 CJS_KeyValue* pObjElement = new CJS_KeyValue; in ObjectToArray()369 CJS_KeyValue* pObjElement = new CJS_KeyValue; in ObjectToArray()378 CJS_KeyValue* pObjElement = new CJS_KeyValue; in ObjectToArray()387 CJS_KeyValue* pObjElement = new CJS_KeyValue; in ObjectToArray()399 void global_alternate::PutObjectProperty(v8::Handle<v8::Object> pObj, CJS_KeyValue* pData) in PutObjectProperty()405 CJS_KeyValue* pObjData = pData->objData.GetAt(i); in PutObjectProperty()