Searched defs:pJSObject (Results 1 - 10 of 10) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
H A Dreport.cpp29 Report::Report(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) argument
H A DIcon.cpp28 Icon::Icon(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject), argument
H A Dconsole.cpp37 console::console(CJS_Object* pJSObject): CJS_EmbedObj(pJSObject) argument
H A Dcolor.cpp54 color::color(CJS_Object* pJSObject): CJS_EmbedObj(pJSObject) argument
H A DJS_Object.cpp42 CJS_EmbedObj::CJS_EmbedObj(CJS_Object* pJSObject) : argument
43 m_pJSObject(pJSObject)
H A Dglobal.cpp44 global_alternate::global_alternate(CJS_Object* pJSObject) argument
45 : CJS_EmbedObj(pJSObject),
H A Dutil.cpp50 util::util(CJS_Object *pJSObject) : CJS_EmbedObj(pJSObject) argument
H A Dapp.cpp44 TimerObj::TimerObj(CJS_Object* pJSObject) argument
45 : CJS_EmbedObj(pJSObject),
121 app::app(CJS_Object * pJSObject) : CJS_EmbedObj(pJSObject) , argument
H A DDocument.cpp43 PrintParamsObj::PrintParamsObj(CJS_Object* pJSObject) argument
44 : CJS_EmbedObj(pJSObject)
158 Document::Document(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject), argument
H A DField.cpp127 Field::Field(CJS_Object* pJSObject): CJS_EmbedObj(pJSObject), argument

Completed in 4898 milliseconds