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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/platform/
LifecycleObserver.h 45 virtual void contextDestroyed();
LifecycleObserver.cpp 61 void LifecycleObserver::contextDestroyed()
LifecycleNotifier.cpp 47 observer->contextDestroyed();
  /external/chromium_org/third_party/WebKit/Source/core/workers/
AbstractWorker.cpp 52 void AbstractWorker::contextDestroyed()
54 ActiveDOMObject::contextDestroyed();
AbstractWorker.h 60 virtual void contextDestroyed() OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseContext.h 49 virtual void contextDestroyed();
DatabaseContext.cpp 81 // stop() and contextDestroyed() to give us a chance to clean these up from
131 void DatabaseContext::contextDestroyed()
134 ActiveDOMObject::contextDestroyed();
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMTimer.h 52 virtual void contextDestroyed() OVERRIDE;
DOMTimer.cpp 151 void DOMTimer::contextDestroyed()
153 SuspendableTimer::contextDestroyed();
  /external/chromium_org/webkit/common/gpu/
grcontext_for_webgraphicscontext3d.cc 46 gr_context_->contextDestroyed();
  /external/chromium_org/third_party/WebKit/Source/core/dom/
MessagePort.h 74 void contextDestroyed();
MessagePort.cpp 137 void MessagePort::contextDestroyed()
ScriptExecutionContext.cpp 96 (*iter)->contextDestroyed();
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
UserMediaRequest.h 73 virtual void contextDestroyed();
UserMediaRequest.cpp 174 void UserMediaRequest::contextDestroyed()
183 ContextLifecycleObserver::contextDestroyed();
MediaStream.h 94 virtual void contextDestroyed();
MediaStream.cpp 256 void MediaStream::contextDestroyed()
258 ContextLifecycleObserver::contextDestroyed();
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystem.cpp 110 void DOMFileSystem::contextDestroyed()
113 ActiveDOMObject::contextDestroyed();
DOMFileSystem.h 60 virtual void contextDestroyed();
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
Notification.h 128 virtual void contextDestroyed();
Notification.cpp 185 void Notification::contextDestroyed()
187 ActiveDOMObject::contextDestroyed();
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocket.h 106 virtual void contextDestroyed() OVERRIDE;
WebSocket.cpp 475 void WebSocket::contextDestroyed()
477 LOG(Network, "WebSocket %p contextDestroyed()", this);
480 ActiveDOMObject::contextDestroyed();
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.h 77 virtual void contextDestroyed();
  /external/chromium_org/third_party/skia/include/gpu/
GrContext.h 104 void contextDestroyed();
    [all...]

Completed in 1011 milliseconds

1 2