HomeSort by relevance Sort by last modified time
    Searched refs:contextDestroyed (Results 1 - 25 of 29) sorted by null

1 2

  /external/webkit/Source/WebCore/html/canvas/
WebKitLoseContext.h 45 void contextDestroyed() { m_context = 0; }
  /external/webkit/Source/WebCore/workers/
AbstractWorker.cpp 62 void AbstractWorker::contextDestroyed()
65 ActiveDOMObject::contextDestroyed();
AbstractWorker.h 60 virtual void contextDestroyed();
  /external/webkit/Source/WebCore/dom/
ActiveDOMObject.cpp 59 void ActiveDOMObject::contextDestroyed()
ActiveDOMObject.h 43 virtual void contextDestroyed();
MessagePort.h 79 void contextDestroyed();
ScriptExecutionContext.cpp 105 object->contextDestroyed();
111 (*iter)->contextDestroyed();
134 (*iter)->contextDestroyed();
MessagePort.cpp 153 void MessagePort::contextDestroyed()
  /external/webkit/Source/WebCore/html/
DOMURL.h 48 void contextDestroyed();
DOMURL.cpp 50 void DOMURL::contextDestroyed()
  /external/webkit/Source/WebCore/page/
DOMTimer.h 49 virtual void contextDestroyed();
DOMTimer.cpp 91 // The timer is deleted when context is deleted (DOMTimer::contextDestroyed) or explicitly via DOMTimer::removeById(),
155 void DOMTimer::contextDestroyed()
157 SuspendableTimer::contextDestroyed();
  /external/webkit/Source/WebCore/bindings/generic/
ActiveDOMCallback.cpp 73 virtual void contextDestroyed()
76 ActiveDOMObject::contextDestroyed();
  /external/webkit/Source/WebCore/fileapi/
DOMFileSystem.cpp 74 void DOMFileSystem::contextDestroyed()
77 ActiveDOMObject::contextDestroyed();
DOMFileSystem.h 60 virtual void contextDestroyed();
  /external/webkit/Source/WebCore/storage/
IDBTransaction.h 85 virtual void contextDestroyed();
IDBTransaction.cpp 170 void IDBTransaction::contextDestroyed()
172 ActiveDOMObject::contextDestroyed();
174 // Must happen in contextDestroyed since it can result in ActiveDOMObjects being destructed
175 // (and contextDestroyed is the only one resilient against this).
  /external/webkit/Source/WebCore/websockets/
WebSocket.h 84 virtual void contextDestroyed();
WebSocket.cpp 208 void WebSocket::contextDestroyed()
213 ActiveDOMObject::contextDestroyed();
  /external/webkit/Source/WebCore/notifications/
Notification.cpp 154 void Notification::contextDestroyed()
156 ActiveDOMObject::contextDestroyed();
Notification.h 97 virtual void contextDestroyed();
  /external/webkit/Source/WebCore/xml/
XMLHttpRequest.h 71 virtual void contextDestroyed();
XMLHttpRequest.cpp     [all...]
  /external/skia/include/gpu/
GrContext.h 70 void contextDestroyed();
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet_2.5.0.v200910301333.jar 

Completed in 353 milliseconds

1 2