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

  /external/pdfium/fpdfsdk/javascript/
app.h 31 class CJS_TimerObj : public CJS_Object {
33 explicit CJS_TimerObj(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {}
34 ~CJS_TimerObj() override {}
app.cpp 134 JSConstSpec CJS_TimerObj::ConstSpecs[] = {{0, JSConstSpec::Number, 0, 0}};
136 JSPropertySpec CJS_TimerObj::PropertySpecs[] = {{0, 0, 0}};
138 JSMethodSpec CJS_TimerObj::MethodSpecs[] = {{0, 0}};
140 IMPLEMENT_JS_CLASS(CJS_TimerObj, TimerObj)
472 pRuntime->NewFxDynamicObj(CJS_TimerObj::g_nObjDefnID);
476 CJS_TimerObj* pJS_TimerObj =
477 static_cast<CJS_TimerObj*>(pRuntime->GetObjectPrivate(pRetObj));
507 pRuntime->NewFxDynamicObj(CJS_TimerObj::g_nObjDefnID);
511 CJS_TimerObj* pJS_TimerObj =
512 static_cast<CJS_TimerObj*>(pRuntime->GetObjectPrivate(pRetObj))
    [all...]
cjs_runtime.cpp 144 CJS_TimerObj::DefineJSObjects(this, FXJSOBJTYPE_DYNAMIC);

Completed in 1410 milliseconds