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 32 class CJS_TimerObj : public CJS_Object
35 CJS_TimerObj(JSFXObject pObject) : CJS_Object(pObject) {}
36 virtual ~CJS_TimerObj(){}
38 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)
489 CJS_TimerObj* pJS_TimerObj = (CJS_TimerObj*)JS_GetPrivate(pRuntime->GetIsolate(),pRetObj);
538 CJS_TimerObj* pJS_TimerObj = (CJS_TimerObj*)JS_GetPrivate(pRuntime->GetIsolate(),pRetObj);
JS_Runtime.cpp 184 if (CJS_TimerObj::Init(*this, JS_DYNAMIC) < 0) return FALSE;

Completed in 354 milliseconds