HomeSort by relevance Sort by last modified time
    Searched refs:CJS_Zoomtype (Results 1 - 3 of 3) sorted by null

  /external/pdfium/fxjs/
cjs_zoomtype.h 12 class CJS_Zoomtype : public CJS_Object {
16 explicit CJS_Zoomtype(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {}
17 ~CJS_Zoomtype() override {}
cjs_zoomtype.cpp 7 #include "fxjs/cjs_zoomtype.h"
9 const JSConstSpec CJS_Zoomtype::ConstSpecs[] = {
18 int CJS_Zoomtype::ObjDefnID = -1;
21 void CJS_Zoomtype::DefineJSObjects(CFXJS_Engine* pEngine) {
cjs_runtime.cpp 41 #include "fxjs/cjs_zoomtype.h"
132 CJS_Zoomtype::DefineJSObjects(this);

Completed in 442 milliseconds