Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
DJS_KeyValue.cpp16 CJS_KeyValue* pOldObjData = array.GetAt(i); in Copy()
19 CJS_KeyValue* pNewObjData = new CJS_KeyValue; in Copy()
26 CJS_KeyValue* pNewObjData = new CJS_KeyValue; in Copy()
33 CJS_KeyValue* pNewObjData = new CJS_KeyValue; in Copy()
40 CJS_KeyValue* pNewObjData = new CJS_KeyValue; in Copy()
47 CJS_KeyValue* pNewObjData = new CJS_KeyValue; in Copy()
56 void CJS_GlobalVariableArray::Add(CJS_KeyValue* p) { in Add()
57 m_Array.push_back(std::unique_ptr<CJS_KeyValue>(p)); in Add()
64 CJS_KeyValue* CJS_GlobalVariableArray::GetAt(int index) const { in GetAt()
68 CJS_KeyValue::CJS_KeyValue() {} in CJS_KeyValue() function in CJS_KeyValue
[all …]
DJS_KeyValue.h17 class CJS_KeyValue; variable
24 void Add(CJS_KeyValue* p);
26 CJS_KeyValue* GetAt(int index) const;
30 std::vector<std::unique_ptr<CJS_KeyValue>> m_Array;
33 class CJS_KeyValue {
35 CJS_KeyValue();
36 ~CJS_KeyValue();
Dglobal.cpp278 CJS_KeyValue* pObjElement = new CJS_KeyValue; in ObjectToArray()
285 CJS_KeyValue* pObjElement = new CJS_KeyValue; in ObjectToArray()
294 CJS_KeyValue* pObjElement = new CJS_KeyValue; in ObjectToArray()
301 CJS_KeyValue* pObjElement = new CJS_KeyValue; in ObjectToArray()
308 CJS_KeyValue* pObjElement = new CJS_KeyValue; in ObjectToArray()
320 CJS_KeyValue* pData) { in PutObjectProperty()
325 CJS_KeyValue* pObjData = pData->objData.GetAt(i); in PutObjectProperty()
DJS_GlobalData.h23 CJS_KeyValue data;
69 CJS_KeyValue* pData,
Dglobal.h18 class CJS_KeyValue; variable
66 void PutObjectProperty(v8::Local<v8::Object> obj, CJS_KeyValue* pData);
DJS_GlobalData.cpp356 CJS_KeyValue* pData, in MakeByteString()