Home
last modified time | relevance | path

Searched refs:CJS_Zoomtype (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/javascript/
DConsts.h76 class CJS_Zoomtype : public CJS_Object {
78 explicit CJS_Zoomtype(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {} in CJS_Zoomtype() function
79 ~CJS_Zoomtype() override {} in ~CJS_Zoomtype()
DConsts.cpp90 JSConstSpec CJS_Zoomtype::ConstSpecs[] = {
99 IMPLEMENT_JS_CLASS_CONST(CJS_Zoomtype, zoomtype) in IMPLEMENT_JS_CLASS_CONST() argument
Dcjs_runtime.cpp121 CJS_Zoomtype::DefineJSObjects(this, FXJSOBJTYPE_STATIC); in DefineJSObjects()