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

  /external/pdfium/fpdfsdk/include/javascript/
Consts.h 34 class CJS_Font : public CJS_Object
37 CJS_Font(JSFXObject pObject) : CJS_Object(pObject) {};
38 virtual ~CJS_Font(void){};
  /external/pdfium/fpdfsdk/src/javascript/
JS_Runtime.cpp 143 if (CJS_Font::Init(*this, JS_STATIC) < 0) return FALSE;
335 array.Add(CJS_Font::m_pClassName);
360 else if (sObjName == CJS_Font::m_pClassName)
361 CJS_Font::GetConsts(pConsts, nSize);
Consts.cpp 39 BEGIN_JS_STATIC_CONST(CJS_Font)
56 IMPLEMENT_JS_CLASS_CONST(CJS_Font,font)

Completed in 63 milliseconds