Home
last modified time | relevance | path

Searched refs:CJS_KeyValue (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fxjs/
Dcjs_globalvariablearray.cpp18 CJS_KeyValue* pOldObjData = array.GetAt(i); in Copy()
21 CJS_KeyValue* pNewObjData = new CJS_KeyValue; in Copy()
28 CJS_KeyValue* pNewObjData = new CJS_KeyValue; in Copy()
35 CJS_KeyValue* pNewObjData = new CJS_KeyValue; in Copy()
42 CJS_KeyValue* pNewObjData = new CJS_KeyValue; in Copy()
49 CJS_KeyValue* pNewObjData = new CJS_KeyValue; in Copy()
58 void CJS_GlobalVariableArray::Add(CJS_KeyValue* p) { in Add()
59 m_Array.push_back(std::unique_ptr<CJS_KeyValue>(p)); in Add()
66 CJS_KeyValue* CJS_GlobalVariableArray::GetAt(int index) const { in GetAt()
Dcjs_keyvalue.cpp9 CJS_KeyValue::CJS_KeyValue() {} in CJS_KeyValue() function in CJS_KeyValue
11 CJS_KeyValue::~CJS_KeyValue() {} in ~CJS_KeyValue()
Dcjs_globalvariablearray.h13 class CJS_KeyValue; variable
20 void Add(CJS_KeyValue* p);
22 CJS_KeyValue* GetAt(int index) const;
26 std::vector<std::unique_ptr<CJS_KeyValue>> m_Array;
Dcjs_keyvalue.h15 class CJS_KeyValue {
17 CJS_KeyValue();
18 ~CJS_KeyValue();
Dcjs_global.cpp168 void PutObjectProperty(v8::Local<v8::Object> obj, CJS_KeyValue* pData);
461 CJS_KeyValue* pObjElement = new CJS_KeyValue; in ObjectToArray()
469 CJS_KeyValue* pObjElement = new CJS_KeyValue; in ObjectToArray()
478 CJS_KeyValue* pObjElement = new CJS_KeyValue; in ObjectToArray()
486 CJS_KeyValue* pObjElement = new CJS_KeyValue; in ObjectToArray()
494 CJS_KeyValue* pObjElement = new CJS_KeyValue; in ObjectToArray()
503 CJS_KeyValue* pData) { in PutObjectProperty()
508 CJS_KeyValue* pObjData = pData->objData.GetAt(i); in PutObjectProperty()
Dcjs_globaldata.h23 CJS_KeyValue data;
69 CJS_KeyValue* pData,
Dcjs_globaldata.cpp356 CJS_KeyValue* pData, in MakeByteString()