Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_zoomtype.h12 class CJS_Zoomtype : public CJS_Object {
16 explicit CJS_Zoomtype(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {} in CJS_Zoomtype() function
17 ~CJS_Zoomtype() override {} in ~CJS_Zoomtype()
Dcjs_zoomtype.cpp9 const JSConstSpec CJS_Zoomtype::ConstSpecs[] = {
18 int CJS_Zoomtype::ObjDefnID = -1;
21 void CJS_Zoomtype::DefineJSObjects(CFXJS_Engine* pEngine) { in DefineJSObjects()
Dcjs_runtime.cpp132 CJS_Zoomtype::DefineJSObjects(this); in DefineJSObjects()