Home | History | Annotate | Download | only in javascript

Lines Matching refs:CJS_EmbedObj

47 /* ---------------------------------  CJS_EmbedObj --------------------------------- */
49 CJS_EmbedObj::CJS_EmbedObj(CJS_Object* pJSObject) :
54 CJS_EmbedObj::~CJS_EmbedObj()
60 CPDFSDK_PageView* CJS_EmbedObj::JSGetPageView(IFXJS_Context* cc)
65 int CJS_EmbedObj::MsgBox(CPDFDoc_Environment* pApp, CPDFSDK_PageView* pPageView,FX_LPCWSTR swMsg,FX_LPCWSTR swTitle,FX_UINT nType,FX_UINT nIcon)
70 void CJS_EmbedObj::Alert(CJS_Context* pContext, FX_LPCWSTR swMsg)
75 CJS_Timer* CJS_EmbedObj::BeginTimer(CPDFDoc_Environment * pApp,FX_UINT nElapse)
83 void CJS_EmbedObj::EndTimer(CJS_Timer* pTimer)