Searched refs:timerId (Results 1 – 4 of 4) sorted by relevance
373 const String16& timerId = in timeFunction() local376 if (helper.consoleMessageStorage()->hasTimer(helper.contextId(), timerId)) { in timeFunction()383 helper.consoleMessageStorage()->time(helper.contextId(), timerId); in timeFunction()392 const String16& timerId = in timeEndFunction() local395 if (!helper.consoleMessageStorage()->hasTimer(helper.contextId(), timerId)) { in timeEndFunction()
337 timer_t timerId; member
3766 timerId, variable4052 if ( t() && jQuery.timers.push(t) && !timerId ) {4053 timerId = setInterval(function(){4061 clearInterval( timerId );4062 timerId = undefined;
8222 timerId, variable8671 if ( t() && jQuery.timers.push(t) && !timerId ) {8672 timerId = setInterval( fx.tick, fx.interval );8808 clearInterval( timerId );8809 timerId = null;