HomeSort by relevance Sort by last modified time
    Searched refs:CJS_GlobalData_Element (Results 1 - 3 of 3) sorted by null

  /external/pdfium/fpdfsdk/include/javascript/
JS_GlobalData.h 18 class CJS_GlobalData_Element;
51 class CJS_GlobalData_Element
54 CJS_GlobalData_Element(){}
55 virtual ~CJS_GlobalData_Element(){}
78 CJS_GlobalData_Element* GetAt(int index) const;
84 CJS_GlobalData_Element* GetGlobalVariable(FX_LPCSTR propname);
92 CFX_ArrayTemplate<CJS_GlobalData_Element*> m_arrayGlobalData;
  /external/pdfium/fpdfsdk/src/javascript/
JS_GlobalData.cpp 149 CJS_GlobalData_Element* pTemp = m_arrayGlobalData.GetAt(i);
160 CJS_GlobalData_Element* CJS_GlobalData::GetGlobalVariable(FX_LPCSTR propname)
182 if (CJS_GlobalData_Element* pData = GetGlobalVariable(sPropName))
189 CJS_GlobalData_Element* pNewData = new CJS_GlobalData_Element;
208 if (CJS_GlobalData_Element* pData = GetGlobalVariable(sPropName))
215 CJS_GlobalData_Element* pNewData = new CJS_GlobalData_Element;
234 if (CJS_GlobalData_Element* pData = GetGlobalVariable(sPropName))
241 CJS_GlobalData_Element* pNewData = new CJS_GlobalData_Element;
    [all...]
global.cpp 234 CJS_GlobalData_Element* pData = m_pGlobalData->GetAt(i);

Completed in 364 milliseconds