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

  /external/pdfium/fpdfsdk/src/javascript/
JS_Object.cpp 32 CJS_EmbedObj::CJS_EmbedObj(CJS_Object* pJSObject) : m_pJSObject(pJSObject) {}
34 CJS_EmbedObj::~CJS_EmbedObj() {
38 int CJS_EmbedObj::MsgBox(CPDFDoc_Environment* pApp,
46 void CJS_EmbedObj::Alert(CJS_Context* pContext, const FX_WCHAR* swMsg) {
96 CJS_Timer::CJS_Timer(CJS_EmbedObj* pObj,
JS_Object.h 21 class CJS_EmbedObj {
23 explicit CJS_EmbedObj(CJS_Object* pJSObject);
24 virtual ~CJS_EmbedObj();
58 void SetEmbedObject(CJS_EmbedObj* pObj) { m_pEmbedObj.reset(pObj); }
59 CJS_EmbedObj* GetEmbedObject() const { return m_pEmbedObj.get(); }
71 std::unique_ptr<CJS_EmbedObj> m_pEmbedObj;
78 CJS_Timer(CJS_EmbedObj* pObj,
104 CJS_EmbedObj* const m_pEmbedObj;

Completed in 443 milliseconds