Home
last modified time | relevance | path

Searched defs:pJSObject (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/fxjs/
Dcjs_embedobj.cpp11 CJS_EmbedObj::CJS_EmbedObj(CJS_Object* pJSObject) : m_pJSObject(pJSObject) {} in CJS_EmbedObj()
Dcjs_printparamsobj.cpp24 PrintParamsObj::PrintParamsObj(CJS_Object* pJSObject) in PrintParamsObj()
Dcjs_timerobj.cpp25 TimerObj::TimerObj(CJS_Object* pJSObject) in TimerObj()
Dcjs_icon.cpp27 Icon::Icon(CJS_Object* pJSObject) in Icon()
Dcjs_report.cpp28 Report::Report(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {} in Report()
Dcjs_console.cpp31 console::console(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {} in console()
Dcjs_annot.cpp42 Annot::Annot(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {} in Annot()
Dcjs_util.cpp77 util::util(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {} in util()
Dcjs_color.cpp124 color::color(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) { in color()
Dcjs_global.cpp254 JSGlobalAlternate::JSGlobalAlternate(CJS_Object* pJSObject) in JSGlobalAlternate()
Dcjs_app.cpp87 app::app(CJS_Object* pJSObject) in app()
Dcjs_document.cpp132 Document::Document(CJS_Object* pJSObject) in Document()
Dcjs_field.cpp175 Field::Field(CJS_Object* pJSObject) in Field()