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

  /external/pdfium/fpdfsdk/include/javascript/
event.h 40 class CJS_Event : public CJS_Object
43 CJS_Event(JSFXObject pObject) : CJS_Object(pObject) {};
44 virtual ~CJS_Event(void){};
46 DECLARE_JS_CLASS(CJS_Event);
  /external/pdfium/fpdfsdk/src/javascript/
JS_Runtime.cpp 158 if (CJS_Event::Init(*this, JS_STATIC) < 0) return FALSE;
345 array.Add(CJS_Event::m_pClassName);
388 if (sObjName == CJS_Event::m_pClassName)
389 CJS_Event::GetConsts(pConsts, nSize);
417 else if (sObjName == CJS_Event::m_pClassName)
418 CJS_Event::GetProperties(pProperties, nSize);
446 else if (sObjName == CJS_Event::m_pClassName)
447 CJS_Event::GetMethods(pMethods, nSize);
event.cpp 20 BEGIN_JS_STATIC_CONST(CJS_Event)
23 BEGIN_JS_STATIC_PROP(CJS_Event)
46 BEGIN_JS_STATIC_METHOD(CJS_Event)
49 IMPLEMENT_JS_CLASS(CJS_Event,event)

Completed in 371 milliseconds