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

  /external/pdfium/fxjs/
cjs_globaldata.h 18 class CJS_GlobalData_Element {
20 CJS_GlobalData_Element() {}
21 ~CJS_GlobalData_Element() {}
44 CJS_GlobalData_Element* GetAt(int index) const;
48 std::vector<std::unique_ptr<CJS_GlobalData_Element>>::iterator;
50 std::vector<std::unique_ptr<CJS_GlobalData_Element>>::const_iterator;
58 CJS_GlobalData_Element* GetGlobalVariable(const ByteString& sPropname);
73 std::vector<std::unique_ptr<CJS_GlobalData_Element>> m_arrayGlobalData;
cjs_globaldata.cpp 90 CJS_GlobalData_Element* CJS_GlobalData::GetGlobalVariable(
102 if (CJS_GlobalData_Element* pData = GetGlobalVariable(sPropName)) {
107 auto pNewData = pdfium::MakeUnique<CJS_GlobalData_Element>();
120 if (CJS_GlobalData_Element* pData = GetGlobalVariable(sPropName)) {
125 auto pNewData = pdfium::MakeUnique<CJS_GlobalData_Element>();
138 if (CJS_GlobalData_Element* pData = GetGlobalVariable(sPropName)) {
143 auto pNewData = pdfium::MakeUnique<CJS_GlobalData_Element>();
157 if (CJS_GlobalData_Element* pData = GetGlobalVariable(sPropName)) {
162 auto pNewData = pdfium::MakeUnique<CJS_GlobalData_Element>();
174 if (CJS_GlobalData_Element* pData = GetGlobalVariable(sPropName))
    [all...]
cjs_global.cpp 367 CJS_GlobalData_Element* pData = m_pGlobalData->GetAt(i);

Completed in 179 milliseconds