Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_globaldata.h59 iterator FindGlobalVariable(const ByteString& sPropname);
60 const_iterator FindGlobalVariable(const ByteString& sPropname) const;
Dcjs_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()