Searched defs:setInterval (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DJSWorkerContextCustom.cpp133 JSValue JSWorkerContext::setInterval(ExecState* exec) function in class:WebCore::JSWorkerContext
140 return jsNumber(impl()->setInterval(action.release(), delay));
H A DJSDOMWindowCustom.cpp758 JSValue JSDOMWindow::setInterval(ExecState* exec) function in class:WebCore::JSDOMWindow
770 int result = impl()->setInterval(action.release(), delay, ec);
/external/webkit/Source/WebCore/workers/
H A DWorkerContext.cpp222 int WorkerContext::setInterval(PassOwnPtr<ScheduledAction> action, int timeout) function in class:WebCore::WorkerContext
/external/webkit/Source/WebCore/page/
H A DDOMWindow.cpp1501 int DOMWindow::setInterval(PassOwnPtr<ScheduledAction> action, int timeout, ExceptionCode& ec) function in class:WebCore::DOMWindow

Completed in 2215 milliseconds