Home
last modified time | relevance | path

Searched refs:CJS_EmbedObj (Results 1 – 23 of 23) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
DJS_Object.h21 class CJS_EmbedObj {
23 explicit CJS_EmbedObj(CJS_Object* pJSObject);
24 virtual ~CJS_EmbedObj();
58 void SetEmbedObject(CJS_EmbedObj* pObj) { m_pEmbedObj.reset(pObj); } in SetEmbedObject()
59 CJS_EmbedObj* GetEmbedObject() const { return m_pEmbedObj.get(); } in GetEmbedObject()
71 std::unique_ptr<CJS_EmbedObj> m_pEmbedObj;
78 CJS_Timer(CJS_EmbedObj* pObj,
104 CJS_EmbedObj* const m_pEmbedObj;
DJS_Object.cpp32 CJS_EmbedObj::CJS_EmbedObj(CJS_Object* pJSObject) : m_pJSObject(pJSObject) {} in CJS_EmbedObj() function in CJS_EmbedObj
34 CJS_EmbedObj::~CJS_EmbedObj() { in ~CJS_EmbedObj()
38 int CJS_EmbedObj::MsgBox(CPDFDoc_Environment* pApp, in MsgBox()
46 void CJS_EmbedObj::Alert(CJS_Context* pContext, const FX_WCHAR* swMsg) { in Alert()
96 CJS_Timer::CJS_Timer(CJS_EmbedObj* pObj, in CJS_Timer()
Dreport.cpp29 Report::Report(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {} in END_JS_STATIC_CONST()
DIcon.h12 class Icon : public CJS_EmbedObj {
Dreport.h12 class Report : public CJS_EmbedObj {
DIcon.cpp29 : CJS_EmbedObj(pJSObject), m_pIconStream(NULL), m_swIconName(L"") {} in END_JS_STATIC_CONST()
Dconsole.cpp33 console::console(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {} in END_JS_STATIC_CONST()
Dconsole.h12 class console : public CJS_EmbedObj {
Dapp.h18 class TimerObj : public CJS_EmbedObj {
39 class app : public CJS_EmbedObj {
Dutil.h14 class util : public CJS_EmbedObj {
Dglobal.h38 class JSGlobalAlternate : public CJS_EmbedObj {
Dcolor.h13 class color : public CJS_EmbedObj {
Devent.h12 class event : public CJS_EmbedObj {
DDocument.h15 class PrintParamsObj : public CJS_EmbedObj {
54 class Document : public CJS_EmbedObj {
Dcolor.cpp44 color::color(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) { in END_JS_STATIC_CONST()
Devent.cpp50 event::event(CJS_Object* pJsObject) : CJS_EmbedObj(pJsObject) {} in END_JS_STATIC_CONST()
Dapp.cpp34 : CJS_EmbedObj(pJSObject), m_pTimer(NULL) {} in END_JS_STATIC_CONST()
101 : CJS_EmbedObj(pJSObject), m_bCalculate(true), m_bRuntimeHighLight(false) {} in END_JS_STATIC_CONST()
DDocument.cpp41 : CJS_EmbedObj(pJSObject) { in END_JS_STATIC_CONST()
150 : CJS_EmbedObj(pJSObject), in Document()
1216 CJS_EmbedObj* pEmbedObj = params[1].ToCJSObject()->GetEmbedObject(); in addIcon()
Dutil.cpp42 util::util(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {} in END_JS_STATIC_CONST()
Dglobal.cpp98 : CJS_EmbedObj(pJSObject), m_pApp(NULL) { in JSGlobalAlternate()
DField.h90 class Field : public CJS_EmbedObj {
DField.cpp118 : CJS_EmbedObj(pJSObject), in Field()
/external/pdfium/tools/lsan/
Dlsan_suppressions.txt13 # CJS_Object/CJS_EmbedObj wrapped by v8::Object currently leak. See bug 260.