Searched refs:stopEvent (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
H A Dcontent.js11 // Timers to trigger "stopEvent" for coalescing events.
14 function stopEvent(type) { function
36 timers[type] = setTimeout(stopEvent, 300, type);

Completed in 101 milliseconds