Home
last modified time | relevance | path

Searched refs:FindGlobalVariable (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/javascript/
DJS_GlobalData.h59 iterator FindGlobalVariable(const CFX_ByteString& sPropname);
60 const_iterator FindGlobalVariable(const CFX_ByteString& sPropname) const;
DJS_GlobalData.cpp70 CJS_GlobalData::iterator CJS_GlobalData::FindGlobalVariable( in FindGlobalVariable() function in CJS_GlobalData
80 CJS_GlobalData::const_iterator CJS_GlobalData::FindGlobalVariable( in FindGlobalVariable() function in CJS_GlobalData
92 auto iter = FindGlobalVariable(propname); in GetGlobalVariable()
203 auto iter = FindGlobalVariable(sPropName); in DeleteGlobalVariable()