Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_engine.h88 CXFA_Object* GetThisObject() const { return m_pThisObject.Get(); } in GetThisObject()
137 UnownedPtr<CXFA_Object> m_pThisObject; variable
Dcfxjse_engine.cpp147 AutoRestorer<UnownedPtr<CXFA_Object>> nodeRestorer(&m_pThisObject); in RunScript()
148 m_pThisObject = pThisObject; in RunScript()
547 AutoRestorer<UnownedPtr<CXFA_Object>> nodeRestorer(&m_pThisObject); in RunVariablesScript()
548 m_pThisObject = pThisObject; in RunVariablesScript()