Home
last modified time | relevance | path

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

12

/external/pdfium/fxjs/
Dcjs_embedobj.cpp11 CJS_EmbedObj::CJS_EmbedObj(CJS_Object* pJSObject) : m_pJSObject(pJSObject) {} in CJS_EmbedObj() function in CJS_EmbedObj
13 CJS_EmbedObj::~CJS_EmbedObj() {} in ~CJS_EmbedObj()
Dcjs_embedobj.h14 class CJS_EmbedObj {
16 explicit CJS_EmbedObj(CJS_Object* pJSObject);
17 virtual ~CJS_EmbedObj();
Dcjs_object.h60 void SetEmbedObject(CJS_EmbedObj* pObj) { m_pEmbedObj.reset(pObj); } in SetEmbedObject()
61 CJS_EmbedObj* GetEmbedObject() const { return m_pEmbedObj.get(); } in GetEmbedObject()
66 std::unique_ptr<CJS_EmbedObj> m_pEmbedObj;
Dcjs_printparamsobj.cpp25 : CJS_EmbedObj(pJSObject) { in PrintParamsObj()
Dcjs_timerobj.cpp26 : CJS_EmbedObj(pJSObject), m_nTimerID(0) {} in TimerObj()
Dcjs_printparamsobj.h12 class PrintParamsObj : public CJS_EmbedObj {
Dcjs_timerobj.h14 class TimerObj : public CJS_EmbedObj {
Dcjs_report.cpp28 Report::Report(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {} in Report()
Dcjs_icon.cpp28 : CJS_EmbedObj(pJSObject), m_swIconName(L"") {} in Icon()
Dcjs_icon.h12 class Icon : public CJS_EmbedObj {
Dcjs_report.h14 class Report : public CJS_EmbedObj {
Dcjs_console.cpp31 console::console(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {} in console()
Dcjs_annot.h13 class Annot : public CJS_EmbedObj {
Dcjs_console.h14 class console : public CJS_EmbedObj {
Dcjs_util.h20 class util : public CJS_EmbedObj {
Dcjs_annot.cpp42 Annot::Annot(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {} in Annot()
Dcjs_color.h15 class color : public CJS_EmbedObj {
Dcjs_event.h12 class event : public CJS_EmbedObj {
Dcjs_global.cpp139 class JSGlobalAlternate : public CJS_EmbedObj {
255 : CJS_EmbedObj(pJSObject), m_pFormFillEnv(nullptr) {} in JSGlobalAlternate()
Dcjs_app.h19 class app : public CJS_EmbedObj {
Dcjs_event.cpp47 event::event(CJS_Object* pJsObject) : CJS_EmbedObj(pJsObject) {} in event()
Dcjs_color.cpp124 color::color(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) { in color()
Dcjs_util.cpp77 util::util(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {} in util()
Dcjs_document.h21 class Document : public CJS_EmbedObj {
Dcjs_app.cpp88 : CJS_EmbedObj(pJSObject), m_bCalculate(true), m_bRuntimeHighLight(false) {} in app()

12