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

  /external/pdfium/fpdfsdk/src/javascript/
JS_Object.cpp 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
    [all...]
report.cpp 29 Report::Report(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject)
Icon.cpp 28 Icon::Icon(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject),
console.cpp 33 console::console(CJS_Object* pJSObject): CJS_EmbedObj(pJSObject)
color.cpp 54 color::color(CJS_Object* pJSObject): CJS_EmbedObj(pJSObject)
event.cpp 51 event::event(CJS_Object * pJsObject) : CJS_EmbedObj(pJsObject)
app.cpp 45 : CJS_EmbedObj(pJSObject),
121 app::app(CJS_Object * pJSObject) : CJS_EmbedObj(pJSObject) ,
global.cpp 113 : CJS_EmbedObj(pJSObject),
util.cpp 50 util::util(CJS_Object *pJSObject) : CJS_EmbedObj(pJSObject)
Document.cpp 46 : CJS_EmbedObj(pJSObject)
160 Document::Document(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject),
    [all...]
Field.cpp 126 Field::Field(CJS_Object* pJSObject): CJS_EmbedObj(pJSObject),
    [all...]
  /external/pdfium/fpdfsdk/include/javascript/
Icon.h 12 class Icon : public CJS_EmbedObj
JS_Object.h 20 class CJS_EmbedObj
23 CJS_EmbedObj(CJS_Object* pJSObject);
24 virtual ~CJS_EmbedObj();
58 operator CJS_EmbedObj* (){return m_pEmbedObj;};
60 void SetEmbedObject(CJS_EmbedObj* pObj){m_pEmbedObj = pObj;};
61 CJS_EmbedObj * GetEmbedObject(){return m_pEmbedObj;};
69 CJS_EmbedObj * m_pEmbedObj;
172 CJS_Timer(CJS_EmbedObj * pObj,CPDFDoc_Environment* pApp):
281 CJS_EmbedObj* m_pEmbedObj;
report.h 12 class Report : public CJS_EmbedObj
console.h 12 class console : public CJS_EmbedObj
util.h 14 class util : public CJS_EmbedObj
global.h 41 class global_alternate : public CJS_EmbedObj
color.h 13 class color : public CJS_EmbedObj
app.h 18 class TimerObj : public CJS_EmbedObj
106 class app : public CJS_EmbedObj
event.h 12 class event : public CJS_EmbedObj
Document.h 12 class PrintParamsObj : public CJS_EmbedObj
82 class Document : public CJS_EmbedObj
Field.h 100 class Field : public CJS_EmbedObj

Completed in 407 milliseconds