Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DJS_Object.h58 void SetEmbedObject(CJS_EmbedObj* pObj) { m_pEmbedObj.reset(pObj); } in SetEmbedObject()
59 CJS_EmbedObj* GetEmbedObject() const { return m_pEmbedObj.get(); } in GetEmbedObject()
71 std::unique_ptr<CJS_EmbedObj> m_pEmbedObj;
104 CJS_EmbedObj* const m_pEmbedObj; variable
DJS_Object.cpp104 m_pEmbedObj(pObj), in CJS_Timer()
144 if (pTimer->m_pEmbedObj) in TimerProc()
145 pTimer->m_pEmbedObj->TimerProc(pTimer); in TimerProc()