Home
last modified time | relevance | path

Searched refs:pJSObject (Results 1 – 25 of 26) sorted by relevance

12

/external/pdfium/fxjs/
Dcjs_embedobj.cpp11 CJS_EmbedObj::CJS_EmbedObj(CJS_Object* pJSObject) : m_pJSObject(pJSObject) {} in CJS_EmbedObj() argument
Dcjs_printparamsobj.cpp24 PrintParamsObj::PrintParamsObj(CJS_Object* pJSObject) in PrintParamsObj() argument
25 : CJS_EmbedObj(pJSObject) { in PrintParamsObj()
Dcjs_timerobj.cpp25 TimerObj::TimerObj(CJS_Object* pJSObject) in TimerObj() argument
26 : CJS_EmbedObj(pJSObject), m_nTimerID(0) {} in TimerObj()
Dcjs_icon.cpp27 Icon::Icon(CJS_Object* pJSObject) in Icon() argument
28 : CJS_EmbedObj(pJSObject), m_swIconName(L"") {} in Icon()
Dcjs_report.cpp28 Report::Report(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {} in Report() argument
Dcjs_console.cpp31 console::console(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {} in console() argument
Dcjs_annot.cpp42 Annot::Annot(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {} in Annot() argument
Dcjs_embedobj.h16 explicit CJS_EmbedObj(CJS_Object* pJSObject);
Dcjs_timerobj.h16 explicit TimerObj(CJS_Object* pJSObject);
Dcjs_printparamsobj.h14 explicit PrintParamsObj(CJS_Object* pJSObject);
Dcjs_icon.h14 explicit Icon(CJS_Object* pJSObject);
Dcjs_report.h16 explicit Report(CJS_Object* pJSObject);
Dcjs_console.h16 explicit console(CJS_Object* pJSObject);
Dcjs_annot.h15 explicit Annot(CJS_Object* pJSObject);
Dcjs_util.h22 explicit util(CJS_Object* pJSObject);
Dcjs_color.cpp124 color::color(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) { in color() argument
Dcjs_global.cpp141 explicit JSGlobalAlternate(CJS_Object* pJSObject);
254 JSGlobalAlternate::JSGlobalAlternate(CJS_Object* pJSObject) in JSGlobalAlternate() argument
255 : CJS_EmbedObj(pJSObject), m_pFormFillEnv(nullptr) {} in JSGlobalAlternate()
Dcjs_util.cpp77 util::util(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {} in util() argument
Dcjs_color.h22 explicit color(CJS_Object* pJSObject);
Dcjs_event.h14 explicit event(CJS_Object* pJSObject);
Dcjs_app.cpp87 app::app(CJS_Object* pJSObject) in app() argument
88 : CJS_EmbedObj(pJSObject), m_bCalculate(true), m_bRuntimeHighLight(false) {} in app()
Dcjs_app.h21 explicit app(CJS_Object* pJSObject);
Dcjs_document.h23 explicit Document(CJS_Object* pJSObject);
Dcjs_field.h35 explicit Field(CJS_Object* pJSObject);
Dcjs_document.cpp132 Document::Document(CJS_Object* pJSObject) in Document() argument
133 : CJS_EmbedObj(pJSObject), in Document()

12