Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/javascript/
DJS_GlobalData.h76 FX_BOOL DeleteGlobalVariable(FX_LPCSTR propname);
/external/pdfium/fpdfsdk/src/javascript/
DJS_GlobalData.cpp319 FX_BOOL CJS_GlobalData::DeleteGlobalVariable(FX_LPCSTR propname) in DeleteGlobalVariable() function in CJS_GlobalData
Dglobal.cpp350 m_pGlobalData->DeleteGlobalVariable(name); in CommitGlobalPersisitentVariables()