Home
last modified time | relevance | path

Searched refs:CJS_GlobalData (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
DJS_GlobalData.cpp120 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()
[all …]
DJS_Runtime.cpp68 CJS_GlobalData* CJS_RuntimeFactory::NewGlobalData(CPDFDoc_Environment* pApp) in NewGlobalData()
78 m_pGlobalData = new CJS_GlobalData(pApp); in NewGlobalData()
/external/pdfium/fpdfsdk/include/javascript/
DJS_GlobalData.h62 class CJS_GlobalData
65 CJS_GlobalData(CPDFDoc_Environment* pApp);
66 virtual ~CJS_GlobalData();
Dglobal.h12 class CJS_GlobalData; variable
70 CJS_GlobalData* m_pGlobalData;
DIJavaScript.h91 class CJS_GlobalData; variable
103 CJS_GlobalData* NewGlobalData(CPDFDoc_Environment* pApp);
108 CJS_GlobalData* m_pGlobalData;