Home | History | Annotate | Download | only in page

Lines Matching refs:timeoutId

1493 void DOMWindow::clearTimeout(int timeoutId)
1498 DOMTimer::removeById(context, timeoutId);
1511 void DOMWindow::clearInterval(int timeoutId)
1516 DOMTimer::removeById(context, timeoutId);