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

  /external/webkit/WebCore/page/
DOMTimer.h 45 static void removeById(ScriptExecutionContext*, int timeoutId);
DOMTimer.cpp 88 // 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 1270 DOMTimer::removeById(context, timeoutId);
1288 DOMTimer::removeById(context, timeoutId);
    [all...]
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
ClientSessionContext.java 52 removeById(eldest.getValue());
95 removeById(i.next());
102 void removeById(SSLSession session) {
  /external/webkit/WebCore/workers/
WorkerContext.cpp 178 DOMTimer::removeById(scriptExecutionContext(), timeoutId);
188 DOMTimer::removeById(scriptExecutionContext(), timeoutId);
  /external/webkit/WebCore/bindings/v8/custom/
V8DOMWindowCustom.cpp 783 DOMTimer::removeById(context, handle);

Completed in 450 milliseconds