Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
DIcon.cpp23 Icon::Icon(CJS_Object* pJSObject) in IMPLEMENT_JS_CLASS()
24 : CJS_EmbedObj(pJSObject), m_swIconName(L"") {} in IMPLEMENT_JS_CLASS()
Dreport.cpp25 Report::Report(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {} in IMPLEMENT_JS_CLASS()
DJS_Object.cpp12 CJS_EmbedObj::CJS_EmbedObj(CJS_Object* pJSObject) : m_pJSObject(pJSObject) {} in CJS_EmbedObj() argument
Dconsole.cpp29 console::console(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {} in IMPLEMENT_JS_CLASS()
DAnnot.cpp34 Annot::Annot(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {} in IMPLEMENT_JS_CLASS()
DIcon.h16 explicit Icon(CJS_Object* pJSObject);
Dreport.h16 explicit Report(CJS_Object* pJSObject);
DAnnot.h17 explicit Annot(CJS_Object* pJSObject);
DJS_Object.h23 explicit CJS_EmbedObj(CJS_Object* pJSObject);
Dconsole.h16 explicit console(CJS_Object* pJSObject);
Dutil.h17 explicit util(CJS_Object* pJSObject);
Dapp.h21 explicit TimerObj(CJS_Object* pJSObject);
41 explicit app(CJS_Object* pJSObject);
Dapp.cpp142 TimerObj::TimerObj(CJS_Object* pJSObject) in IMPLEMENT_JS_CLASS()
143 : CJS_EmbedObj(pJSObject), m_nTimerID(0) {} in IMPLEMENT_JS_CLASS()
204 app::app(CJS_Object* pJSObject) in IMPLEMENT_JS_CLASS()
205 : CJS_EmbedObj(pJSObject), m_bCalculate(true), m_bRuntimeHighLight(false) {} in IMPLEMENT_JS_CLASS()
Dcolor.cpp41 color::color(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) { in IMPLEMENT_JS_CLASS()
Dglobal.h35 explicit JSGlobalAlternate(CJS_Object* pJSObject);
Dcolor.h17 explicit color(CJS_Object* pJSObject);
Devent.h14 explicit event(CJS_Object* pJSObject);
Dutil.cpp108 util::util(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {} in util() argument
Dglobal.cpp49 JSGlobalAlternate::JSGlobalAlternate(CJS_Object* pJSObject) in JSGlobalAlternate() argument
50 : CJS_EmbedObj(pJSObject), m_pFormFillEnv(nullptr) {} in JSGlobalAlternate()
DDocument.h21 explicit PrintParamsObj(CJS_Object* pJSObject);
50 explicit Document(CJS_Object* pJSObject);
DDocument.cpp48 PrintParamsObj::PrintParamsObj(CJS_Object* pJSObject) in IMPLEMENT_JS_CLASS()
49 : CJS_EmbedObj(pJSObject) { in IMPLEMENT_JS_CLASS()
154 Document::Document(CJS_Object* pJSObject) in Document() argument
155 : CJS_EmbedObj(pJSObject), in Document()
DField.h77 explicit Field(CJS_Object* pJSObject);
DField.cpp176 Field::Field(CJS_Object* pJSObject) in Field() argument
177 : CJS_EmbedObj(pJSObject), in Field()