HomeSort by relevance Sort by last modified time
    Searched refs:m_pThisObject (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fxjs/
cfxjse_engine.h 69 CXFA_Object* GetThisObject() const { return m_pThisObject; }
117 CXFA_Object* m_pThisObject;
cfxjse_engine.cpp 104 m_pThisObject(nullptr),
141 AutoRestorer<CXFA_Object*> nodeRestorer(&m_pThisObject);
142 m_pThisObject = pThisObject;
479 AutoRestorer<CXFA_Object*> nodeRestorer(&m_pThisObject);
480 m_pThisObject = pThisObject;

Completed in 55 milliseconds