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

  /external/pdfium/fxjs/
global_timer.cpp 17 m_pEmbedObj(pObj),
51 if (pTimer->m_pEmbedObj)
52 pTimer->m_pEmbedObj->TimerProc(pTimer);
62 pTimer->m_pEmbedObj->CancelProc(pTimer);
72 pTimer->m_pEmbedObj->CancelProc(pTimer);
cjs_object.h 60 void SetEmbedObject(CJS_EmbedObj* pObj) { m_pEmbedObj.reset(pObj); }
61 CJS_EmbedObj* GetEmbedObject() const { return m_pEmbedObj.get(); }
66 std::unique_ptr<CJS_EmbedObj> m_pEmbedObj;
global_timer.h 39 app* const m_pEmbedObj;

Completed in 76 milliseconds