Lines Matching refs:CJS_GlobalData

120 CJS_GlobalData::CJS_GlobalData(CPDFDoc_Environment* pApp)  in CJS_GlobalData()  function in CJS_GlobalData
131 CJS_GlobalData::~CJS_GlobalData() in ~CJS_GlobalData()
141 int CJS_GlobalData::FindGlobalVariable(FX_LPCSTR propname) in FindGlobalVariable()
160 CJS_GlobalData_Element* CJS_GlobalData::GetGlobalVariable(FX_LPCSTR propname) in GetGlobalVariable()
172 void CJS_GlobalData::SetGlobalVariableNumber(FX_LPCSTR propname, double dData) in SetGlobalVariableNumber()
198 void CJS_GlobalData::SetGlobalVariableBoolean(FX_LPCSTR propname, bool bData) in SetGlobalVariableBoolean()
224 void CJS_GlobalData::SetGlobalVariableString(FX_LPCSTR propname, const CFX_ByteString& sData) in SetGlobalVariableString()
250 void CJS_GlobalData::SetGlobalVariableObject(FX_LPCSTR propname, const CJS_GlobalVariableArray& arr… in SetGlobalVariableObject()
276 void CJS_GlobalData::SetGlobalVariableNull(FX_LPCSTR propname) in SetGlobalVariableNull()
300 FX_BOOL CJS_GlobalData::SetGlobalVariablePersistent(FX_LPCSTR propname, FX_BOOL bPersistent) in SetGlobalVariablePersistent()
319 FX_BOOL CJS_GlobalData::DeleteGlobalVariable(FX_LPCSTR propname) in DeleteGlobalVariable()
341 FX_INT32 CJS_GlobalData::GetSize() const in GetSize()
346 CJS_GlobalData_Element* CJS_GlobalData::GetAt(int index) const in GetAt()
351 void CJS_GlobalData::LoadGlobalPersistentVariables() in LoadGlobalPersistentVariables()
475 void CJS_GlobalData::SaveGlobalPersisitentVariables() in SaveGlobalPersisitentVariables()
514 void CJS_GlobalData::LoadFileBuffer(FX_LPCWSTR sFilePath, FX_LPBYTE& pBuffer, FX_INT32& nLength) in LoadFileBuffer()
519 void CJS_GlobalData::WriteFileBuffer(FX_LPCWSTR sFilePath, FX_LPCSTR pBuffer, FX_INT32 nLength) in WriteFileBuffer()
524 void CJS_GlobalData::MakeByteString(const CFX_ByteString& name, CJS_KeyValue* pData, CFX_BinaryBuf&… in MakeByteString()