Searched refs:CJS_EmbedObj (Results 1 – 25 of 28) sorted by relevance
12
11 CJS_EmbedObj::CJS_EmbedObj(CJS_Object* pJSObject) : m_pJSObject(pJSObject) {} in CJS_EmbedObj() function in CJS_EmbedObj13 CJS_EmbedObj::~CJS_EmbedObj() {} in ~CJS_EmbedObj()
14 class CJS_EmbedObj {16 explicit CJS_EmbedObj(CJS_Object* pJSObject);17 virtual ~CJS_EmbedObj();
60 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;
25 : CJS_EmbedObj(pJSObject) { in PrintParamsObj()
26 : CJS_EmbedObj(pJSObject), m_nTimerID(0) {} in TimerObj()
12 class PrintParamsObj : public CJS_EmbedObj {
14 class TimerObj : public CJS_EmbedObj {
28 Report::Report(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {} in Report()
28 : CJS_EmbedObj(pJSObject), m_swIconName(L"") {} in Icon()
12 class Icon : public CJS_EmbedObj {
14 class Report : public CJS_EmbedObj {
31 console::console(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {} in console()
13 class Annot : public CJS_EmbedObj {
14 class console : public CJS_EmbedObj {
20 class util : public CJS_EmbedObj {
42 Annot::Annot(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {} in Annot()
15 class color : public CJS_EmbedObj {
12 class event : public CJS_EmbedObj {
139 class JSGlobalAlternate : public CJS_EmbedObj {255 : CJS_EmbedObj(pJSObject), m_pFormFillEnv(nullptr) {} in JSGlobalAlternate()
19 class app : public CJS_EmbedObj {
47 event::event(CJS_Object* pJsObject) : CJS_EmbedObj(pJsObject) {} in event()
124 color::color(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) { in color()
77 util::util(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {} in util()
21 class Document : public CJS_EmbedObj {
88 : CJS_EmbedObj(pJSObject), m_bCalculate(true), m_bRuntimeHighLight(false) {} in app()