Home
last modified time | relevance | path

Searched refs:IMPLEMENT_JS_CLASS (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
Dreport.cpp27 IMPLEMENT_JS_CLASS(CJS_Report, Report) in END_JS_STATIC_CONST()
Dconsole.cpp33 IMPLEMENT_JS_CLASS(CJS_Console,console) in END_JS_STATIC_CONST()
DIcon.cpp26 IMPLEMENT_JS_CLASS(CJS_Icon,Icon) in END_JS_STATIC_CONST()
Dcolor.cpp52 IMPLEMENT_JS_CLASS(CJS_Color,color) in END_JS_STATIC_CONST()
Devent.cpp49 IMPLEMENT_JS_CLASS(CJS_Event,event) in END_JS_STATIC_CONST()
Dapp.cpp42 IMPLEMENT_JS_CLASS(CJS_TimerObj, TimerObj) in END_JS_STATIC_CONST()
119 IMPLEMENT_JS_CLASS(CJS_App,app) in END_JS_STATIC_CONST()
Dutil.cpp48 IMPLEMENT_JS_CLASS(CJS_Util,util) in END_JS_STATIC_CONST()
DDocument.cpp41 IMPLEMENT_JS_CLASS(CJS_PrintParamsObj, PrintParamsObj) in END_JS_STATIC_CONST()
141 IMPLEMENT_JS_CLASS(CJS_Document, Document) in END_JS_STATIC_CONST()
DField.cpp112 IMPLEMENT_JS_CLASS(CJS_Field, Field) in END_JS_STATIC_CONST()
/external/pdfium/fpdfsdk/include/javascript/
DJS_Define.h309 #define IMPLEMENT_JS_CLASS(js_class_name, class_name) IMPLEMENT_JS_CLASS_RICH(js_class_name, class_… macro