Searched refs:CJS_EmbedObj (Results 1 – 23 of 23) sorted by relevance
/external/pdfium/fpdfsdk/src/javascript/ |
D | 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); } 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;
|
D | JS_Object.cpp | 32 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()
|
D | report.cpp | 29 Report::Report(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {} in END_JS_STATIC_CONST()
|
D | Icon.h | 12 class Icon : public CJS_EmbedObj {
|
D | report.h | 12 class Report : public CJS_EmbedObj {
|
D | Icon.cpp | 29 : CJS_EmbedObj(pJSObject), m_pIconStream(NULL), m_swIconName(L"") {} in END_JS_STATIC_CONST()
|
D | console.cpp | 33 console::console(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {} in END_JS_STATIC_CONST()
|
D | console.h | 12 class console : public CJS_EmbedObj {
|
D | app.h | 18 class TimerObj : public CJS_EmbedObj { 39 class app : public CJS_EmbedObj {
|
D | util.h | 14 class util : public CJS_EmbedObj {
|
D | global.h | 38 class JSGlobalAlternate : public CJS_EmbedObj {
|
D | color.h | 13 class color : public CJS_EmbedObj {
|
D | event.h | 12 class event : public CJS_EmbedObj {
|
D | Document.h | 15 class PrintParamsObj : public CJS_EmbedObj { 54 class Document : public CJS_EmbedObj {
|
D | color.cpp | 44 color::color(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) { in END_JS_STATIC_CONST()
|
D | event.cpp | 50 event::event(CJS_Object* pJsObject) : CJS_EmbedObj(pJsObject) {} in END_JS_STATIC_CONST()
|
D | app.cpp | 34 : 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()
|
D | Document.cpp | 41 : CJS_EmbedObj(pJSObject) { in END_JS_STATIC_CONST() 150 : CJS_EmbedObj(pJSObject), in Document() 1216 CJS_EmbedObj* pEmbedObj = params[1].ToCJSObject()->GetEmbedObject(); in addIcon()
|
D | util.cpp | 42 util::util(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {} in END_JS_STATIC_CONST()
|
D | global.cpp | 98 : CJS_EmbedObj(pJSObject), m_pApp(NULL) { in JSGlobalAlternate()
|
D | Field.h | 90 class Field : public CJS_EmbedObj {
|
D | Field.cpp | 118 : CJS_EmbedObj(pJSObject), in Field()
|
/external/pdfium/tools/lsan/ |
D | lsan_suppressions.txt | 13 # CJS_Object/CJS_EmbedObj wrapped by v8::Object currently leak. See bug 260.
|