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

  /external/pdfium/fpdfsdk/include/javascript/
app.h 30 class CJS_TimerObj : public CJS_Object
33 CJS_TimerObj(JSFXObject pObject) : CJS_Object(pObject) {}
34 virtual ~CJS_TimerObj(){}
36 DECLARE_JS_CLASS(CJS_TimerObj);
  /external/pdfium/fpdfsdk/src/javascript/
app.cpp 33 BEGIN_JS_STATIC_CONST(CJS_TimerObj)
36 BEGIN_JS_STATIC_PROP(CJS_TimerObj)
39 BEGIN_JS_STATIC_METHOD(CJS_TimerObj)
42 IMPLEMENT_JS_CLASS(CJS_TimerObj, TimerObj)
539 CJS_TimerObj* pJS_TimerObj = (CJS_TimerObj*)JS_GetPrivate(pRuntime->GetIsolate(),pRetObj);
590 CJS_TimerObj* pJS_TimerObj = (CJS_TimerObj*)JS_GetPrivate(pRuntime->GetIsolate(),pRetObj);
JS_Runtime.cpp 170 if (CJS_TimerObj::Init(*this, JS_DYNAMIC) < 0) return FALSE;

Completed in 571 milliseconds