HomeSort by relevance Sort by last modified time
    Searched refs:removeById (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/page/
DOMTimer.h 46 static void removeById(ScriptExecutionContext*, int timeoutId);
DOMTimer.cpp 91 // The timer is deleted when context is deleted (DOMTimer::contextDestroyed) or explicitly via DOMTimer::removeById(),
100 void DOMTimer::removeById(ScriptExecutionContext* context, int timeoutId)
DOMWindow.cpp     [all...]
  /external/webkit/Source/WebCore/workers/
WorkerContext.cpp 219 DOMTimer::removeById(scriptExecutionContext(), timeoutId);
229 DOMTimer::removeById(scriptExecutionContext(), timeoutId);

Completed in 304 milliseconds