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

  /external/pdfium/fpdfsdk/javascript/
JS_Object.h 45 void SetEmbedObject(CJS_EmbedObj* pObj) { m_pEmbedObj.reset(pObj); }
46 CJS_EmbedObj* GetEmbedObject() const { return m_pEmbedObj.get(); }
51 std::unique_ptr<CJS_EmbedObj> m_pEmbedObj;
app.cpp 50 app* const m_pEmbedObj;
69 m_pEmbedObj(pObj),
103 if (pTimer->m_pEmbedObj)
104 pTimer->m_pEmbedObj->TimerProc(pTimer);
114 pTimer->m_pEmbedObj->CancelProc(pTimer);
124 pTimer->m_pEmbedObj->CancelProc(pTimer);

Completed in 776 milliseconds