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

  /external/skia/experimental/SkV8Example/
Global.cpp 28 } while (fTimeouts.find(fLastTimerID) != fTimeouts.end());
122 gGlobal->fTimeouts[id].Reset(gGlobal->fIsolate, timeoutFn);
148 if (gGlobal->fTimeouts.find(gGlobal->fLastTimerID) == gGlobal->fTimeouts.end()) {
155 v8::Local<v8::Function>::New(gGlobal->getIsolate(), gGlobal->fTimeouts[id]);
157 gGlobal->fTimeouts.erase(id);
Global.h 78 std::map<int32_t, CopyablePersistentFn > fTimeouts;

Completed in 237 milliseconds