Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/javascript/
DJS_GlobalData.h16 class CJS_KeyValue; variable
26 void Add(CJS_KeyValue* p);
28 CJS_KeyValue* GetAt(int index) const;
34 CFX_ArrayTemplate<CJS_KeyValue*> array;
37 class CJS_KeyValue
40 CJS_KeyValue(){} in CJS_KeyValue() function
41 virtual ~CJS_KeyValue(){} in ~CJS_KeyValue()
57 CJS_KeyValue data;
89 void MakeByteString(const CFX_ByteString& name, CJS_KeyValue* pData, CFX_BinaryBuf& sData);
Dglobal.h61 void PutObjectProperty(v8::Handle<v8::Object> obj, CJS_KeyValue* pData);
/external/pdfium/fpdfsdk/src/javascript/
DJS_GlobalData.cpp29 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()
Dglobal.cpp350 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()