Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
DJS_GlobalData.h41 bool DeleteGlobalVariable(const CFX_ByteString& propname);
DJS_GlobalData.cpp198 bool CJS_GlobalData::DeleteGlobalVariable(const CFX_ByteString& propname) { in DeleteGlobalVariable() function in CJS_GlobalData
Dglobal.cpp237 m_pGlobalData->DeleteGlobalVariable(name); in CommitGlobalPersisitentVariables()