Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-console.cc373 const String16& timerId = in timeFunction() local
376 if (helper.consoleMessageStorage()->hasTimer(helper.contextId(), timerId)) { in timeFunction()
383 helper.consoleMessageStorage()->time(helper.contextId(), timerId); in timeFunction()
392 const String16& timerId = in timeEndFunction() local
395 if (!helper.consoleMessageStorage()->hasTimer(helper.contextId(), timerId)) { in timeEndFunction()
/external/honggfuzz/
Dhonggfuzz.h337 timer_t timerId; member
/external/python/httplib2/doc/html/_static/
Djquery.js3766 timerId, variable
4052 if ( t() && jQuery.timers.push(t) && !timerId ) {
4053 timerId = setInterval(function(){
4061 clearInterval( timerId );
4062 timerId = undefined;
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Djquery-1.7.1.js8222 timerId, variable
8671 if ( t() && jQuery.timers.push(t) && !timerId ) {
8672 timerId = setInterval( fx.tick, fx.interval );
8808 clearInterval( timerId );
8809 timerId = null;