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

  /external/pdfium/fpdfsdk/include/javascript/
JS_Object.h 53 operator CJS_EmbedObj* (){return m_pEmbedObj;};
55 void SetEmbedObject(CJS_EmbedObj* pObj){m_pEmbedObj = pObj;};
56 CJS_EmbedObj * GetEmbedObject(){return m_pEmbedObj;};
64 CJS_EmbedObj * m_pEmbedObj;
167 CJS_Timer(CJS_EmbedObj * pObj,CPDFDoc_Environment* pApp): m_pEmbedObj(pObj),
263 if (pTimer->m_pEmbedObj) pTimer->m_pEmbedObj->TimerProc(pTimer);
275 CJS_EmbedObj* m_pEmbedObj;
  /external/pdfium/fpdfsdk/src/javascript/
JS_Object.cpp 103 CJS_Object::CJS_Object(JSFXObject pObject) :m_pEmbedObj(NULL)
112 delete m_pEmbedObj;
113 m_pEmbedObj = NULL;

Completed in 811 milliseconds