Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_scriptcontext.h104 void RemoveBuiltInObjs(CFXJSE_Context* pContext) const;
Dcxfa_scriptcontext.cpp444 RemoveBuiltInObjs(m_JsContext.get()); in DefineJsContext()
456 RemoveBuiltInObjs(pVariablesContext); in CreateVariablesContext()
547 void CXFA_ScriptContext::RemoveBuiltInObjs(CFXJSE_Context* pContext) const { in RemoveBuiltInObjs() function in CXFA_ScriptContext