Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DConsts.h94 class CJS_Zoomtype : public CJS_Object {
96 explicit CJS_Zoomtype(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {} in CJS_Zoomtype() function
97 ~CJS_Zoomtype() override {} in ~CJS_Zoomtype()
DConsts.cpp118 BEGIN_JS_STATIC_CONST(CJS_Zoomtype) in END_JS_STATIC_CONST()
128 IMPLEMENT_JS_CLASS_CONST(CJS_Zoomtype, zoomtype) in END_JS_STATIC_CONST()
DJS_Runtime.cpp159 CJS_Zoomtype::DefineJSObjects(GetIsolate(), FXJSOBJTYPE_STATIC);