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

  /external/pdfium/fpdfsdk/include/javascript/
Consts.h 100 class CJS_Zoomtype : public CJS_Object
103 CJS_Zoomtype(JSFXObject pObject) : CJS_Object(pObject) {};
104 virtual ~CJS_Zoomtype(void){};
  /external/pdfium/fpdfsdk/src/javascript/
JS_Runtime.cpp 149 if (CJS_Zoomtype::Init(*this, JS_STATIC) < 0) return FALSE;
341 array.Add(CJS_Zoomtype::m_pClassName);
372 else if (sObjName == CJS_Zoomtype::m_pClassName)
373 CJS_Zoomtype::GetConsts(pConsts, nSize);
Consts.cpp 119 BEGIN_JS_STATIC_CONST(CJS_Zoomtype)
129 IMPLEMENT_JS_CLASS_CONST(CJS_Zoomtype,zoomtype)

Completed in 1185 milliseconds