Home | History | Annotate | Download | only in javascript

Lines Matching refs:CJS_EmbedObj

40 /* ---------------------------------  CJS_EmbedObj --------------------------------- */

42 CJS_EmbedObj::CJS_EmbedObj(CJS_Object* pJSObject) :
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::EndTimer(CJS_Timer* pTimer)
83 FX_BOOL CJS_EmbedObj::IsSafeMode(IFXJS_Context* cc)