Home
last modified time | relevance | path

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

/external/skia/experimental/SkV8Example/
DGlobal.cpp117 v8::Handle<v8::Function> timeoutFn = v8::Handle<v8::Function>::Cast(args[0]); in SetTimeout() local
122 gGlobal->fTimeouts[id].Reset(gGlobal->fIsolate, timeoutFn); in SetTimeout()