Lines Matching refs:CJS_GlobalData
100 CJS_GlobalData* CJS_GlobalData::g_Instance = nullptr;
103 CJS_GlobalData* CJS_GlobalData::GetRetainedInstance(CPDFDoc_Environment* pApp) { in GetRetainedInstance()
105 g_Instance = new CJS_GlobalData(); in GetRetainedInstance()
111 void CJS_GlobalData::Release() { in Release()
118 CJS_GlobalData::CJS_GlobalData() : m_RefCount(0) { in CJS_GlobalData() function in CJS_GlobalData
123 CJS_GlobalData::~CJS_GlobalData() { in ~CJS_GlobalData()
131 int CJS_GlobalData::FindGlobalVariable(const FX_CHAR* propname) { in FindGlobalVariable()
140 CJS_GlobalData_Element* CJS_GlobalData::GetGlobalVariable( in GetGlobalVariable()
148 void CJS_GlobalData::SetGlobalVariableNumber(const FX_CHAR* propname, in SetGlobalVariableNumber()
169 void CJS_GlobalData::SetGlobalVariableBoolean(const FX_CHAR* propname, in SetGlobalVariableBoolean()
193 void CJS_GlobalData::SetGlobalVariableString(const FX_CHAR* propname, in SetGlobalVariableString()
217 void CJS_GlobalData::SetGlobalVariableObject( in SetGlobalVariableObject()
242 void CJS_GlobalData::SetGlobalVariableNull(const FX_CHAR* propname) { in SetGlobalVariableNull()
263 FX_BOOL CJS_GlobalData::SetGlobalVariablePersistent(const FX_CHAR* propname, in SetGlobalVariablePersistent()
282 FX_BOOL CJS_GlobalData::DeleteGlobalVariable(const FX_CHAR* propname) { in DeleteGlobalVariable()
303 int32_t CJS_GlobalData::GetSize() const { in GetSize()
307 CJS_GlobalData_Element* CJS_GlobalData::GetAt(int index) const { in GetAt()
311 void CJS_GlobalData::LoadGlobalPersistentVariables() { in LoadGlobalPersistentVariables()
400 void CJS_GlobalData::SaveGlobalPersisitentVariables() { in SaveGlobalPersisitentVariables()
436 void CJS_GlobalData::LoadFileBuffer(const FX_WCHAR* sFilePath, in LoadFileBuffer()
442 void CJS_GlobalData::WriteFileBuffer(const FX_WCHAR* sFilePath, in WriteFileBuffer()
448 void CJS_GlobalData::MakeByteString(const CFX_ByteString& name, in MakeByteString()