HomeSort by relevance Sort by last modified time
    Searched defs:contextDestroyed (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/WebCore/html/canvas/
WebKitLoseContext.h 45 void contextDestroyed() { m_context = 0; }
  /external/webkit/Source/WebCore/html/
DOMURL.cpp 50 void DOMURL::contextDestroyed()
  /external/webkit/Source/WebCore/dom/
ActiveDOMObject.cpp 59 void ActiveDOMObject::contextDestroyed()
MessagePort.cpp 153 void MessagePort::contextDestroyed()
  /external/webkit/Source/WebCore/workers/
AbstractWorker.cpp 62 void AbstractWorker::contextDestroyed()
65 ActiveDOMObject::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();
  /external/webkit/Source/WebCore/notifications/
Notification.cpp 154 void Notification::contextDestroyed()
156 ActiveDOMObject::contextDestroyed();
  /external/webkit/Source/WebCore/page/
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/storage/
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.cpp 208 void WebSocket::contextDestroyed()
213 ActiveDOMObject::contextDestroyed();
  /external/webkit/Source/WebCore/xml/
XMLHttpRequest.cpp     [all...]
  /external/webkit/Source/WebKit/win/
WebView.cpp     [all...]
  /external/skia/gpu/src/
GrContext.cpp 77 contextDestroyed();
81 void GrContext::contextDestroyed() {
    [all...]
  /prebuilt/common/http-client/
commons-logging-1.1.1.jar 

Completed in 3951 milliseconds