Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DJS_GlobalData.h74 FX_BOOL DeleteGlobalVariable(const FX_CHAR* propname);
DJS_GlobalData.cpp282 FX_BOOL CJS_GlobalData::DeleteGlobalVariable(const FX_CHAR* propname) { in DeleteGlobalVariable() function in CJS_GlobalData
Dglobal.cpp285 m_pGlobalData->DeleteGlobalVariable(name); in CommitGlobalPersisitentVariables()