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

/external/webkit/WebCore/bindings/js/
H A DJSWorkerContextCustom.cpp153 JSValue JSWorkerContext::setInterval(ExecState* exec, const ArgList& args) function in class:WebCore::JSWorkerContext
159 return jsNumber(exec, impl()->setInterval(action, delay));
H A DJSDOMWindowCustom.cpp927 JSValue JSDOMWindow::setInterval(ExecState* exec, const ArgList& args) function in class:WebCore::JSDOMWindow
935 int result = impl()->setInterval(action, delay, ec);
/external/webkit/WebCore/workers/
H A DWorkerContext.cpp181 int WorkerContext::setInterval(ScheduledAction* action, int timeout) function in class:WebCore::WorkerContext
/external/webkit/WebCore/page/
H A DDOMWindow.cpp1273 int DOMWindow::setInterval(ScheduledAction* action, int timeout, ExceptionCode& ec) function in class:WebCore::DOMWindow

Completed in 65 milliseconds