Home
last modified time | relevance | path

Searched refs:SetGlobalVariableObject (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/include/javascript/
DJS_GlobalData.h72 void SetGlobalVariableObject(FX_LPCSTR propname, const CJS_GlobalVariableArray& array);
/external/pdfium/fpdfsdk/src/javascript/
DJS_GlobalData.cpp250 void CJS_GlobalData::SetGlobalVariableObject(FX_LPCSTR propname, const CJS_GlobalVariableArray& arr… in SetGlobalVariableObject() function in CJS_GlobalData
Dglobal.cpp374 m_pGlobalData->SetGlobalVariableObject(name, array); in CommitGlobalPersisitentVariables()