DOMWindowTimers   142 Source/bindings/v8/custom/V8WindowCustom.cpp         timerId = DOMWindowTimers::setTimeout(*impl, action.release(), timeout);
DOMWindowTimers   144 Source/bindings/v8/custom/V8WindowCustom.cpp         timerId = DOMWindowTimers::setInterval(*impl, action.release(), timeout);
DOMWindowTimers    90 Source/bindings/v8/custom/V8WorkerGlobalScopeCustom.cpp         timerId = DOMWindowTimers::setTimeout(*workerGlobalScope, action.release(), timeout);
DOMWindowTimers    92 Source/bindings/v8/custom/V8WorkerGlobalScopeCustom.cpp         timerId = DOMWindowTimers::setInterval(*workerGlobalScope, action.release(), timeout);
DOMWindowTimers    43 Source/core/frame/DOMWindowTimers.h namespace DOMWindowTimers {