Searched defs:CJS_EmbedObj (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Object.cpp40 /* --------------------------------- CJS_EmbedObj --------------------------------- */
42 CJS_EmbedObj::CJS_EmbedObj(CJS_Object* pJSObject) : function in class:CJS_EmbedObj
47 CJS_EmbedObj::~CJS_EmbedObj()
53 CPDFSDK_PageView* CJS_EmbedObj::JSGetPageView(IFXJS_Context* cc)
58 int CJS_EmbedObj::MsgBox(CPDFDoc_Environment* pApp, CPDFSDK_PageView* pPageView,FX_LPCWSTR swMsg,FX_LPCWSTR swTitle,FX_UINT nType,FX_UINT nIcon)
63 void CJS_EmbedObj::Alert(CJS_Context* pContext, FX_LPCWSTR swMsg)
68 CJS_Timer* CJS_EmbedObj::BeginTimer(CPDFDoc_Environment * pApp,FX_UINT nElapse)
76 void CJS_EmbedObj
[all...]
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Object.h14 class CJS_EmbedObj : public CFX_Object class in inherits:CFX_Object
17 CJS_EmbedObj(CJS_Object* pJSObject);
18 virtual ~CJS_EmbedObj();
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),
275 CJS_EmbedObj* m_pEmbedObj;

Completed in 885 milliseconds