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

  /external/pdfium/fxjs/
global_timer.h 39 app* const m_pEmbedObj;
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;

Completed in 147 milliseconds