Home
last modified time | relevance | path

Searched refs:fTimeouts (Results 1 – 2 of 2) sorted by relevance

/external/skia/experimental/SkV8Example/
DGlobal.cpp28 } while (fTimeouts.find(fLastTimerID) != fTimeouts.end()); in getNextTimerID()
122 gGlobal->fTimeouts[id].Reset(gGlobal->fIsolate, timeoutFn); in SetTimeout()
148 if (gGlobal->fTimeouts.find(gGlobal->fLastTimerID) == gGlobal->fTimeouts.end()) { in TimeOutProc()
155 v8::Local<v8::Function>::New(gGlobal->getIsolate(), gGlobal->fTimeouts[id]); in TimeOutProc()
157 gGlobal->fTimeouts.erase(id); in TimeOutProc()
DGlobal.h78 std::map<int32_t, CopyablePersistentFn > fTimeouts; variable